Mixim
Mixim

Reputation: 972

ASP.NET Core and SAML authentication

I should implement authentication by ADFS on my ASP.NET Core 3 application. This application should use SAML2 for it. I found nice example of Sustainsys.Saml2.AspNetCore2 usages at this repository, but if I correctly understand SamlController generates JWT-token by it self.

Can anybody explain me, how to get token from ADFS?

Upvotes: 1

Views: 3064

Answers (0)

Related Questions