-
I see that it is now possible to define a prefix with OIDC_CACHE_PREFIX but I'm not able to make it work on my environment. I have define a environment variable OIDC_CACHE_PREFIX="oidc:"
That seemed enough to make it work but it doesn't. Do you have any recommandation ? |
Beta Was this translation helpful? Give feedback.
Answered by
zandbelt
Aug 4, 2025
Replies: 1 comment 1 reply
-
because of the order of processing handlers in Apache you need to use
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mmorel-35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because of the order of processing handlers in Apache you need to use
SetEnvIfExpr
i.e: