support for multiple auth provider #1239
shayannyc25
started this conversation in
General
Replies: 1 comment 1 reply
-
if you're referring to multiple OpenID Connect Providers, see https://github.com/OpenIDC/mod_auth_openidc/wiki/Multiple-Providers, if you're referring to the OAuth 2.0 Resource Server role you'll need to use https://github.com/OpenIDC/mod_oauth2 (https://github.com/OpenIDC/mod_oauth2/blob/v3.4.0/oauth2.conf#L64-L70) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
we have a service (to be accessed by other services) that we want to protect with 3 auth providers . Goal is that all and any end points in this service can be accessed with jwt tokens from any of the 3 aurh provideres. I
Iooked at the docs and wasn't sure if this is supported or how to do it. thanks
Beta Was this translation helpful? Give feedback.
All reactions