docs(azuread-oidc): allow personal accounts (#5540)

doc(azuread-oidc): allow personal accounts

Co-authored-by: Fabi <fabienne.gerschwiler@gmail.com>
This commit is contained in:
Fabian Deifuß
2023-04-12 09:09:20 +02:00
committed by GitHub
parent ed2588f13d
commit 080a44bbce

View File

@@ -67,6 +67,7 @@ Use the values displayed on the AzureAD Application page in your ZITADEL IdP Set
- You need to extract the `issuer` of your AzureAD Tenant from the OpenID configuration (`OpenID Connect metadata document`) in the `Endpoints submenu`. It should be your tenant's domain appended with `/v2.0`
- The `Client ID` of ZITADEL corresponds to the `Application (client) ID` in the Overview page
- The `Client Secret` was generated during the `Create Client Secret` step
- Add `https://graph.microsoft.com/User.Read` to the scopes list to let personal Azure accounts register themselves
![Azure Application](/img/guides/azure_app.png)