Favicon of migrating-owin-oauth-to-jwt

migrating-owin-oauth-to-jwt Skill

AI Agent SkillSecurityHTMLOpen source

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.

Decision snapshot

Is this a fit?

Best for

Security review, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

OAuth authentication, Credentials required

Setup

Copy skill directory

Project health

2 months ago · NOASSERTION license

Considerations

Access note: OAuth.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
23/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Security review
  • Security review use cases

Declared skill metadata

  • Source file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-owin-oauth-to-jwt/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • OAuth

Requirements and access

OAuth

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Credentials requiredOAuth authentication

When to use migrating-owin-oauth-to-jwt Skill

  • Use it for security review.

Built with

HTMLCopy skill directory

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

Verified compatibility and discovery

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.

Share:

Stars
8
Forks
1
Last commit
2 months ago
Last verified
Sep 1, 2026
Metadata fetched
Sep 1, 2026
Repository age
4 months
License
NOASSERTION

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to migrating-owin-oauth-to-jwt