Replies: 1 comment
-
you can use you'll most probably also want to make sure somehow the scopes are consented to by using a |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Server name Oidcredirecturi /redirect t_uri/ Oidcscope openid profile Oidcprovideruri Oidc clientsecret OidcclientidI have an apache server with multiple applications protected by path & proxy it to end application.
Example:
<location /abc>
AuthType openid-connect
Require valid-user
ProxyPass https://example.com/abc
ProxyPassReverse https://example.com/abc
<location /xyz>
AuthType openid-connect
Require valid-user
ProxyPass https://example.com/xyz
ProxyPassReverse https://example.com/xyz
Is it possible to handle oidcscopes inside the location tag?
abc and xyz application has different scope ,how to handle multiple scopes or client id's in same vhost?
Beta Was this translation helpful? Give feedback.
All reactions