Reputation: 1847
I have SSO login setup with Azure similar to the one above:
In the POST request (6&7) from ACS at my application (RP) end, I am getting:
~~~~~~~~
POST
wa: wsignin1.0
wresult: RSTR XML - (example format - data removed)
~~~~~~~~
whereas what my RP expects and understand is a SAMLResponse request parameter.
How can I configure Azure/ACS so that it returns SAMLResponse as a parameter in POST request.
I cannot change application (RP) to handle RSTR as of now and without SAMLResponse application cannot verify/authenticate the SAML Response.
Upvotes: 0
Views: 352
Reputation: 18482
SAMLResponse is part of the SAML2p protocol - ACS does not support that. Maybe have a look at Azure AD instead -
Upvotes: 2