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.
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.
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-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
Explore related resources
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.
Auto-fetched from GitHub.