Okta integration with Saml in Balzor web application in Asp.Net core

Hello,

I am trying to Integrate OKTA With SAML in existing Blazor Web application.

Blazor application is up and running.

Is there a sample code for configuring OKTA SAML with a Blazor Web application?

Hello,

Okta does not provide SAML sdks, but any SAML sample for Blazor should work with Okta as the SAML2 compliant Provider.

Okta does have a ASP.net forum post sample,
How to Authenticate with SAML in ASP.NET Core and C# | Okta Developer

Thank You,