Blazor Server app and OKTA saml

Hello,

I am trying to get a Blazor server app working with OKTA SAML.

I have created the OKTA application to allow SAML 2.0.

Is there a sample for configuring OKTA SAML with a Blazor Server app?

If you are developing a new web or mobile application, then you may want to consider using OIDC.

In that case, this guide can be a useful resource for implementing Okta’s OIDC integration with your Blazor Server app.

However, if you decide to use SAML instead, you will need to look for a different resource that specifically covers the integration of SAML with Blazor Server.