'AADSTS750054: SAMLRequest or SAMLResponse must be present as query string parameters in HTTP request for SAML Redirect binding
Please let me know the code to implement SAML 2.0 implementation in ASP.net MVC with Azure AD SAML2.0. We have already used the below approuch for SAML Protocol with our SSO but it was not intigrating with Azure AD SAML SSO.
Please let me know the issue or let me know how to implement SAML2.0 in ASP.net MVC 5 with Azure AD SSO SAML
Solution 1:[1]
you must take a look at the following doc: https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/application-sign-in-problem-federated-sso-gallery#saml-request-not-present-in-the-request
It speaks about the same error and the resolution to this error.
Solution 2:[2]
I also faced same problem and it is resolved by opening in chrome incognito mode, hope it will also works for you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SouravMishra-MSFT |
| Solution 2 | Revan siddappa |
