You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to combine these into a single block, no oidc headers are set, well at least not propagated to the backend. I just get the 'mod_auth_openidc_session' cookie, but that's part of the user's request anyway, not injected as the headers
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I'm quite sure I do so something wrong, but can't figure out where/why, so need to ask the experts here:
This works, I get all the oidc headers in backend app
When trying to combine these into a single block, no oidc headers are set, well at least not propagated to the backend. I just get the 'mod_auth_openidc_session' cookie, but that's part of the user's request anyway, not injected as the headers
Using also this extra setup
OIDCPassClaimsAs both
OIDCClaimPrefix "OIDC-"
Would you be able to provide any help/hint how to pass the headers to the backend with that rewrite rule?
Thanks
All reactions