Hi!

I have apache 2.4 as a reverse proxy in front of a go application in order to integrate with my SSO. The proxied app apparently doesn't allow @ in usernames, which becomes a problem because all usernames that will be coming in from SSO are of the format "f...@example.com".

I would like to take the REMOTE_USER value, strip off the domain part and pass it on as a value in a custom request header. How can I achieve this?

Cheers,
Erik

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to