Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks requestheader unset will solve my problem |
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 Team
I have a conf file in apache with multiple application protected inside location tag.
Is it possible to use oidcblacklistedclaims inside location tag so that it is separate for each application ?
<Location /abc>
...
oidcblacklistedclaims secId lastname
ProxyPass https://www.abc.com
<Location /xyz>
....
oidcblacklistedclaims lastname givenname
ProxyPass https://www.xyz.com
Is there Any other way we can achieve this scenario?
Beta Was this translation helpful? Give feedback.
All reactions