Replies: 1 comment
-
discovery and dynamic client registration is an OpenID Connect feature, not something that transates to OAuth 2.0; one can specify multiple |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I’m running mod_auth_openidc 2.4.16 on Apache and using a metadata directory for WebSSO against multiple providers:
That works perfectly for WebSSO, but I aim to use multiple providers for CLI auth that doesn't adopt browser flow, which
AuthType openid-connect
doesn't support as far as I understand.Instead, CLI introspection with AuthType oauth20 must be statically configured per‑provider and only supports a single introspection endpoint per vhost:
Is there any way in 2.4.x to have CLI introspection automatically discover the correct IdP from
OIDCMetadataDir
, or am I forced to use multiple vhosts to support multiple IdPs?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions