migrating-owin-oauth-to-jwt Skill
Migrates legacy OWIN OAuth bearer authentication (Microsoft.Owin.Security.OAuth) to ASP.NET Core JWT Bearer authentication (Microsoft.AspNetCore.Authentication.JwtBearer). Use ONLY when Microsoft.Owin.Security.OAuth has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where t Published by microsoft in upgrade-agent-plugins.
What is migrating-owin-oauth-to-jwt Skill?
Migrates legacy OWIN OAuth bearer authentication (Microsoft.Owin.Security.OAuth) to ASP.NET Core JWT Bearer authentication (Microsoft.AspNetCore.Authentication.JwtBearer). Use ONLY when Microsoft.Owin.Security.OAuth has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where t Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-owin-oauth-to-jwt Skill
- Use it for security review.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-owin-oauth-to-jwt/SKILL.md
What it does
Migrates legacy OWIN OAuth bearer authentication (Microsoft.Owin.Security.OAuth) to ASP.NET Core JWT Bearer authentication (Microsoft.AspNetCore.Authentication.JwtBearer). Use ONLY when Microsoft.Owin.Security.OAuth has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where t
Skill instructions
OWIN OAuth to JWT Bearer Migration Overview Migrate OAuth bearer token authentication from OWIN (Microsoft.Owin.Security.OAuth) to ASP.NET Core JWT Bearer (Microsoft.AspNetCore.Authentication.JwtBearer). ASP.NET Core has no built-in equivalent to OWIN's OAuthAuthorizationServerProvider for issuing tokens — token issuance must move to an external identity provider such as Duende IdentityServer or Azure AD / Microsoft Entra ID. Token validation is handled by AddJwtBearer() with TokenValidationParameters. Related skills: For OWIN cookie authentication migration, see migrating-owin-cookie-auth. For general OWIN middleware migration, see migrating-owin-to-aspnet-core. For Azure AD authentication library migration, see migrating-adal-to-msal. Package Reference Changes Old References (Remove) xml <PackageReference Include="Microsoft.Owin.Security.OAuth" Version="4.x.x" / <PackageReference Include="Microsoft.Owin.Security" Version="4.x.x" / <PackageReference Include="Microsoft.Owin" Version="4
Explore related resources
Frequently asked questions
What is migrating-owin-oauth-to-jwt?
migrating-owin-oauth-to-jwt is a open-source AI agent skill with Copy skill directory. Migrates legacy OWIN OAuth bearer authentication (Microsoft.Owin.Security.OAuth) to ASP.NET Core JWT Bearer authentication (Microsoft.AspNetCore.Authentication.JwtBearer).
Who is migrating-owin-oauth-to-jwt best for?
migrating-owin-oauth-to-jwt is best for reusing agent instructions, scripts, and references, security review workflows.
How do I install migrating-owin-oauth-to-jwt?
Install or run migrating-owin-oauth-to-jwt using Copy skill directory. Check migrating-owin-oauth-to-jwt for the latest setup command.
Is migrating-owin-oauth-to-jwt actively maintained?
migrating-owin-oauth-to-jwt may need a closer maintenance check before production use.
Auto-fetched from GitHub.