How to connect OKTA Saml2.0 application with Aspnet Core 6.0 API?

How to connect an OKTA Saml2.0 application to the AspNet Core 6.0 API?

Hi,
I would like to know the step-by-step instructions for authenticating the OKTA Saml 2.0 application configured by my client and our AspNet Core 6.0 API.

The client sent us the Metaframe, Inssue, ClientId and ClientSecret. My application’s frontend is React.

Thanks!

API SAML dotnet react

Hi,

We don’t have any official SDKs or samples that work with SAML. I found this blog which has working steps of SAML with ASP.NET. You can use this as a reference to proceed further.