Replies: 1 comment 6 replies
-
the multiple providers feature only works in OIDC RP mode, i.e. using |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi there.
We are currently using the multiple providers feature, however, it seems that for some reason, the
jwks_uri
is being ignored, resulting in failures such as this:For some context:
The files located inside
/var/lib/apache2/oidc
is a copy of ouropenid-configuration
pulled from https://id.vexxhost.net/.well-known/openid-configuration which includesjwks_uri
...If I add the following:
It works, but then I'm unable to have multiple providers at this point.
Beta Was this translation helpful? Give feedback.
All reactions