SAML Issues - RelayState Error

,

Hi AWX Team,

Reviewing the following:
https://groups.google.com/forum/#!searchin/awx-project/saml%7Csort:date/awx-project/Q88MzUwXgy4/m89b6QTGAQAJ

I see there was no followup on this and was wondering if any direction has been provided. I have found the additional information from what Christopher Meyers provided in regards to the RelayState that should be passed in the POST call. Getting the same ‘RelayState’ with 401 (Unauthorized)

Background: AWX in AWS running on a single EC2 with the four containers behind an ALB and/or ELB.

GET request is passing the RelayState as expected
POST request is not passing the RelayState

Developer Console Reporting the following:
vendor.553a1b1494b8385f98bf.js:29 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
OPTIONS https://myawx.com/api/v2/settings/all/401 (Unauthorized)
GET https://myawx.com/api/v2/config/ 401 (Unauthorized)
Possibly unhandled rejection: {“data”:{“detail”:“Authentication credentials were not provided. To establish a login session, visit /api/login/.”},“status”:401,“config”:{“method”:“GET”,“transformRequest”:[null],“transformResponse”:[null],“jsonpCallbackParam”:“callback”,“url”:“/api/v2/config/”,“headers”:{“Accept”:“application/json, text/plain, /”,“X-Requested-With”:“XMLHttpRequest”},“params”:null},“statusText”:“Unauthorized”,“xhrStatus”:“complete”}

Note: Instead of getting the RelayState getting AWSELB/AWSALB. I have tried a combination of application cookies and LB cookies to no avail

Here is additional information for review:

SAML ENABLED IDENTITY PROVIDERS

{
“idp”: {
“UserId”: “urn:oasis:names:tc:SAML:2.0:attrname-format:basic”,
“GroupName”: “urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified”,
“LastName”: “urn:oasis:names:tc:SAML:2.0:attrname-format:basic”,
“x509cert”: “",
“email”: “urn:oasis:names:tc:SAML:2.0:attrname-format:basic”,
“url”: "https://
/idp/startSSO.ping?PartnerSpId=https://
.com&RelayState=idp",
“entity_id”: "https://
***”,
“FirstName”: “urn:oasis:names:tc:SAML:2.0:attrname-format:basic”,
“attr_user_permanent_id”: “name_id”
}
}

SAML SECURITY CONFIG:

{
“requestedAuthnContext”: false