This skill helps you set up app registration in Microsoft Entra ID. You can add authentication to your apps using OAuth 2.0 and MSAL. It covers everything from creating a new registration to adding API permissions and generating client secrets.
Developers who need secure user sign-in or API access will find this guide useful. It works for web apps, mobile apps, single page apps, and background services. Each step is explained in plain terms with clear examples.
Using this skill saves time and reduces mistakes. You get a repeatable process for configuring identity and access. It also points to best practices like using certificates instead of secrets and storing credentials in Key Vault.
Global
mkdir -p ~/.claude/skills/entra-app-registrationProject
mkdir -p .claude/skills/entra-app-registrationSource Repository
Entra Agent Idmicrosoft/azure-skills
Create unique OAuth identities for each AI agent instance using Microsoft Graph
Firebase Auth Basicsfirebase/agent-skills
Add secure user sign-in to your app with Firebase Authentication in minutes
Convex Setup Authget-convex/agent-skills
Set up secure login and user management for your Convex app
Better Auth Best Practicesbetter-auth/skills
Add secure login to your app with email, OAuth, and plugins
Create Auth Skillbetter-auth/skills
Set up login and sign-up in your app with Better Auth easily
Email And Password Best Practicesbetter-auth/skills
Set up email verification, password reset, and secure login with Better Auth
Clerk Setupclerk/skills
Quickly add Clerk authentication to any project using the CLI tool
Clerk Custom Uiclerk/skills
Customize authentication UI and flows for a branded login experience