Skip to content

Stuck with getting Auth0 integration working #801

Answered by pcolmer
pcolmer asked this question in Q&A
Discussion options

You must be logged in to vote

I think I've solved this; I think that the root problem was that:

RewriteRule .* - [E=PROXY_USER:%{LA-U:REMOTE_USER}]
RequestHeader set Proxy-User %{PROXY_USER}e

wasn't setting Proxy-User to a usable value. I've now switched to using OIDCRemoteUserClaim email and configured the underlying software to use REMOTE_USER rather than Proxy-User. That seems to be getting me further, although the underlying software is still giving me problems. I am, however, happy that I've got a working configuration as far as mod_auth_openidc is concerned.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pcolmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants