Deployed application in K8s and also configured ingress to respond.
We are facing issue in SAML and the error message is below
Authentication failed: SAML login failed: [‘invalid_response’] (The response was received at https://awx.test.com:8052/sso/complete/saml/ instead of https://awx.test.com/sso/complete/saml/).
Already tried the below under image_build - files - settings.py
USE_X_FORWARDED_PORT = True
USE_X_FORWARDED_HOST = True
Do we have any solution for this ? Thanks in advance.