migrating-owin-openid-connect Skill
Migrates legacy OWIN OpenID Connect authentication (Microsoft.Owin.Security.OpenIdConnect) to ASP.NET Core OpenID Connect (Microsoft.AspNetCore.Authentication.OpenIdConnect). Use ONLY when Microsoft.Owin.Security.OpenIdConnect has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenar Published by microsoft in upgrade-agent-plugins.
Decision snapshot
Is this a fit?
Security review, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · NOASSERTION license
No specific cautions were detected. Review the source and requested permissions before installing.
What is migrating-owin-openid-connect Skill?
Migrates legacy OWIN OpenID Connect authentication (Microsoft.Owin.Security.OpenIdConnect) to ASP.NET Core OpenID Connect (Microsoft.AspNetCore.Authentication.OpenIdConnect). Use ONLY when Microsoft.Owin.Security.OpenIdConnect has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenar 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. 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-openid-connect/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use migrating-owin-openid-connect 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-openid-connect/SKILL.md
What it does
Migrates legacy OWIN OpenID Connect authentication (Microsoft.Owin.Security.OpenIdConnect) to ASP.NET Core OpenID Connect (Microsoft.AspNetCore.Authentication.OpenIdConnect). Use ONLY when Microsoft.Owin.Security.OpenIdConnect has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenar
Skill instructions
OWIN OpenID Connect Authentication Migration Overview Migrate OWIN-based OpenID Connect authentication to ASP.NET Core. The main change is replacing OWIN middleware registration and notification callbacks with the ASP.NET Core AddOpenIdConnect() builder pattern and strongly-typed events. Cookie authentication must be explicitly paired because ASP.NET Core does not implicitly manage session cookies for OpenID Connect. Package Reference Changes Old References (Remove) xml <PackageReference Include="Microsoft.Owin.Security.OpenIdConnect" Version="{old-version}" / <PackageReference Include="Microsoft.Owin.Security.Cookies" Version="{old-version}" / <PackageReference Include="Microsoft.Owin" Version="{old-version}" / New References (Add) xml <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="{version}" / The cookie authentication middleware is included in the ASP.NET Core shared framework and does not require a separate package reference. Workflow Migrati
Verified compatibility and discovery
Frequently asked questions
What is migrating-owin-openid-connect?
migrating-owin-openid-connect is a open-source AI agent skill with Copy skill directory. Migrates legacy OWIN OpenID Connect authentication (Microsoft.Owin.Security.OpenIdConnect) to ASP.NET Core OpenID Connect (Microsoft.AspNetCore.Authentication.OpenIdConnect).
Who is migrating-owin-openid-connect best for?
migrating-owin-openid-connect is best for reusing agent instructions, scripts, and references, security review workflows.
How do I install migrating-owin-openid-connect?
Install or run migrating-owin-openid-connect using Copy skill directory. Check migrating-owin-openid-connect for the latest setup command.
Is migrating-owin-openid-connect actively maintained?
migrating-owin-openid-connect may need a closer maintenance check before production use.
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.