microsoft-identity-web
Add Microsoft Entra ID authentication to ASP.NET Core apps
All Skills in This Repository (3)
Pure Emerald Level Indicatorsboundcredentials
Configure mTLS proof-of-possession tokens for downstream API calls in Microsoft.Identity.Web.
entra-id-aspire-authentication
Integrates Microsoft Entra ID authentication into .NET Aspire apps via Microsoft.Identity.Web.
entra-id-aspire-provisioning
Provision Entra ID app registrations for .NET Aspire and update appsettings.json.
Frequently Asked Questions
FAQPage SchemaHow to install microsoft-identity-web?โผ
Run `npx skills add AzureAD/microsoft-identity-web --all -g -y` in your terminal to install all skills in this suite globally.
How to add Entra ID login to a .NET Aspire app?โผ
The entra-id-aspire-authentication skill guides your agent to add OIDC sign-in to Blazor and JWT protection to APIs, then the provisioning skill creates the required app registrations automatically.
Can AI create Azure AD app registrations for me?โผ
Yes. The provisioning skill uses Microsoft Graph PowerShell to create app registrations, set scopes and redirect URIs, generate secrets, and update your appsettings.json files.
What is mTLS proof-of-possession in Microsoft.Identity.Web?โผ
It cryptographically binds access tokens to a client certificate so only the certificate holder can use them. The boundcredentials skill configures it for certificates, managed identity, or federated credentials.
Does this work with Claude Code and other AI agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core