Replies: 1 comment 1 reply
-
|
no, that is currently not supported; I guess it wouldn't be too hard to add however |
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.
-
Dear All,
I have a quick question related to the following directives:
I want to know if it is possible to use apache environment variable as a value of those directives, for example:
OIDCPathAuthRequestParams "org=%{env:MATCH_ORG}"
What I saw is that the value above has not interpreted but just url-encoded and sent along with the Authorization Request as a query parameter (e.g. org=%25%7Benv%3AMATCH_ORG%7D)
Thanks so much!!
Beta Was this translation helpful? Give feedback.
All reactions