Skip to content

Commit

Permalink
chore(docs): update azure-ad.ts (#10448)
Browse files Browse the repository at this point in the history
Co-authored-by: Thang Vu <hi@thvu.dev>
  • Loading branch information
Xorlent and ThangHuuVu committed Mar 31, 2024
1 parent bad3e44 commit 8120fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/providers/azure-ad.ts
Expand Up @@ -54,6 +54,7 @@ export interface AzureADProfile extends Record<string, any> {
* - Only your tenant, all azure tenants, or all azure tenants and public Microsoft accounts (Skype, Xbox, Outlook.com, etc.)
* - When asked for a redirection URL, use `https://yourapplication.com/api/auth/callback/azure-ad` or for development `http://localhost:3000/api/auth/callback/azure-ad`.
* - After your App Registration is created, under "Client Credential" create your Client secret.
* - Click on "API Permissions" and click "Grant admin consent for..." to allow User.Read access to your tenant.
* - Now copy your:
* - Application (client) ID
* - Directory (tenant) ID
Expand Down

0 comments on commit 8120fd4

Please sign in to comment.