Questions tagged [itfoxtec-identity-saml2]

Assist SAML-P in ASP.NET MVC and ASP.NET MVC Core for both Identity Provider (IdP) and Relying Party (RP) functionalities.

Encountering a "Cannot POST" error in Angular upon redirection to a callback URL with a SAML response

Currently, I'm implementing SAML authentication in my angular application that will be hosted on AWS. The angular code is stored in a separate project from the webapi where Itfoxtec saml library is being utilized. The flow of communication between my angul ...