-
Hello!
That works perfectly for WebSSO, but I aim to use multiple providers for CLI auth that doesn't adopt browser flow, which 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 Thanks! |
Beta Was this translation helpful? Give feedback.
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.
discovery and dynamic client registration is an OpenID Connect feature, not something that transates to OAuth 2.0; one can specify multiple
OIDCOAuthIntrospectionEndpoint
primitives, but only statically