Add User Authentication and Okta Resource Management to Your ASP.NET Core App
On This Page
Get Started with ASP.NET Core + Okta
New to Okta? Our how to guide will walk you through adding user authentication to your ASP.NET Core app in minutes.
ASP.NET Core MVC & Web API Sample AppOkta ASP.NET Core Integration
Okta's OIDC middleware integration with ASP.NET Core makes it easy to add sign-in to your ASP.NET Core applications and protect your Web APIs.
Okta ASP.NET Core OIDC integration on NuGet Okta ASP.NET Core OIDC integration SourceOther .NET Libraries
The Okta Management SDK for .NET uses .NET Standard and will work with both .NET Framework and .NET Core. It is helpful to work with the Okta Management API to manage users, groups, apps, etc on the fly.
The Okta Authentication SDK for .NET is useful if you cannot use OIDC and need your server-side code to interact with the Authentication API for handling the sign in flow.
The Okta SDK for Xamarin follows current best practice for native apps using ODIC, the Authorization Code Flow + PKCE.
Recommended Guides
Related Blog Posts
- Build a CRUD App with ASP.NET Core and Angular
- How to Secure Your .NET Web API with Token Authentication
- Token Authentication in ASP.NET Core 2.0 - A Complete Guide
- Policy-Based Authorization in ASP.NET Core
- Build a Secure CRUD App with ASP.NET Core and React
- OpenID Connect for User Authentication in ASP.NET Core
- User Authorization in ASP.NET Core with Okta
- Build a Secure To-Do App with Vue, ASP.NET Core, and Okta