On this page
Add user authentication and Okta Resource Management to your Blazor app
Get started with Blazor + Okta
These resources walk you through adding user authentication to your ASP.NET Core app in minutes.
Integrate with Okta using the Okta-hosted Sign-In Widget
These SDKs help you integrate with Okta by redirecting to the Okta Sign-In Widget using OpenID Connect (OIDC) client libraries.
Blazor redirect authentication sample app (opens new window): See Blazor server-side Okta-hosted Login (opens new window) for a redirect configuration.
Integrate with Okta using embedded Sign-In Widget and SDKs
These SDKs help you integrate with Okta to build your own fully-branded authentication by embedding an Okta Sign-In Widget and/or SDK.
- Okta Identity Engine .NET SDK (opens new window)
- Okta Classic Management SDK for .NET (opens new window)
Recommended guides
Okta-hosted Sign-In Widget guide:
Sign users in to your SPA using the redirect model (coming soon)
Other guides:
- Manual JWT validation in .NET
- Add an identity provider (includes social login)
- Validate access tokens
- Validate ID tokens
Note: Browse our recent Blazor Developer Blog posts (opens new window) for further useful topics.