I have an AWX set up with an Apache reverse proxy for SSL reasons.
I know AWX supports SAML/SSO natively. However, we have a standard SAML set up that we use with multiple other applications, where authentication is done at the Apache layer and the user's information is passed back into the application (X-Forwarded-User or some such).
Is it possible to do this with AWX? How would I pass user information back to it? I have been searching but not found anything yet.