sustainsys-saml2

Sustainsys SAML2 Sample for ASP.NET Core WebAPI without Identity

故事扮演 提交于 2019-12-06 03:41:51
Does anyone have a working sample for Sustainsys Saml2 library for ASP.NET Core WebAPI only project (no Mvc) and what's more important without ASP Identity? The sample provided on github strongly relies on MVC and SignInManager which I do not need nor want to use. I added Saml2 authentication and at first it worked fine with my IdP (I also checked the StubIdP provided by Sustainsys) for first few steps so: IdP metadata get properly loaded My API properly redirects to sign-in page Sign-in page redirects to /Saml2/Acs page, and I see in the logs that it parses the result successfully However I