Issue/Objective
Error message occurs when attempting to access PolicyStat
Environment
Single Sign-On using Azure AD - Microsoft and PolicyStat
Cause
Azure AD wasn’t able to identify the SAML request within the URL parameters in the HTTP request. This can happen if the application is not using HTTP redirect binding when sending the SAML request to Azure AD.
Procedure/Resolution
The application needs to send the SAML request encoded into the location header using HTTP redirect binding. For more information about how to implement it, read the section HTTP Redirect Binding in the SAML protocol specification document.
Comments
0 comments
Article is closed for comments.