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 "[email protected]".

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to