Skip to content

Mixed OIDC/OAuth 2.0 with multiple issuers? #1059

Answered by zandbelt
towo asked this question in Q&A
Discussion options

You must be logged in to vote

You can use mod_oauth2 to handle the bearer token with 2 issuers and use mod_auth_openidc for the OIDC flow by loading both modules and configuring AuthType auth-openidc; both modules will handle this AuthType. Just be aware that you'll need to use Require oauth2_claim for access control with mod_oauth2 so RequireAny is needed to apply Require claim in the same location.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@towo
Comment options

Answer selected by towo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants