Replies: 1 comment 1 reply
-
see https://github.com/zmartzone/mod_auth_openidc/wiki#13-how-can-i-add-custom-parameters-to-the-authorization-request, last paragraph |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have a scenario where I require, different OIDC configs based on the request at runtime, Is there any solution to handle the configs conditional based at runtime
<VirtualHost *:80>
OIDCSessionType client-cookie
OIDCClientID myclient-id
OIDCClientSecret XXXXXXXXXXXXXXXXXXXXXXXXXX
OIDCProviderMetadataURL https://auth.example.com/.well-known/openid-configuration
OIDCProviderAuthorizationEndpoint https://auth.example.com/oAuth2/authorize?values=L4
OIDCRedirectURI /redirect_uri
OIDCCryptoPassphrase xxxxxxxxxxxx
For example if we have different OIDCProviderAuthorizationEndpoint https://auth.example.com/oAuth2/authorize?values=L2
Is there a way to change the loaded configs based on the request?
Beta Was this translation helpful? Give feedback.
All reactions