]> git.ipfire.org Git - thirdparty/cups.git/commit
More OAuth additions (Issue #246):
authorMichael R Sweet <msweet@msweet.org>
Wed, 16 Apr 2025 15:59:38 +0000 (11:59 -0400)
committerMichael R Sweet <msweet@msweet.org>
Wed, 16 Apr 2025 15:59:38 +0000 (11:59 -0400)
commitb5dc6af793bc8ba949859b70177598ddf9e98564
treefefe0b6f0afbce317bce91dd7b6af41c0bccf9aa
parent7a7924f81c2fdf06fc2c0d22b2a06f077bcea312
More OAuth additions (Issue #246):

- Make cupsOAuthGetJWKS a public API (previously just a static function) since
  any service will need it for validating JWTs.
- Implement OAuth support in cupsdAuthorize().
- Add OAuthJWKS global and manage it in cupsdReadConfiguration().
cups/oauth.c
cups/oauth.h
scheduler/auth.c
scheduler/auth.h
scheduler/conf.c