entra-app-registration
by @microsoft/github-copilot-for-azure · 163 stars · 103.1K installs/wk · Rank #11
Configure Microsoft Entra ID app registrations, authentication, API permissions, and client credentials for Azure.
Install
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill entra-app-registrationSummary
- Covers app registration setup, authentication configuration, API permissions, and client credential management across web apps, SPAs, mobile, and daemon services
- Provides step-by-step workflows for first-time registration, console app authentication, and service-to-service flows using Client Credentials
- Includes Azure CLI commands, MSAL library examples for .NET, JavaScript, Python, and Java, plus security best practices for token validation and secret management
- Distinguishes scope clearly: handles identity and authentication setup, but defers Azure RBAC, Key Vault secrets, and resource security to other skills