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.
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.