Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
956 stars 602 forks source link

Hangs on return ASC #1448

Closed snibe closed 5 months ago

snibe commented 6 months ago

I have been able to successful implement the ASPNetCore2 package 2.9.2 and sometimes it authenticates with my idp with no issues and then others it just hangs on the acs. I can't for the life of me figure out what I might be doing wrong. I have this working with the Blazor 8.0.1 out of the box Identity code. At first I thought it might be a cookie issue, and It still may be but I don't know if there is something specific I need to do to ensure the saml2 cookies are cleared and regenerated with each login. Any help would be appreciated.

Seems I am stuck on the ACS with the SAMLart and Relaystate if that is helpful?