Skip to content

Commit f5d1dc8

Browse files
authored
[CLOUD-781] add note for Azure AD config (#467)
1 parent d52c393 commit f5d1dc8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/setup_installation/admin/oauth2/create-azure-client.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ We will use it in [Identity Provider registration](../create-client) under the n
5050
</figure>
5151
</p>
5252

53+
!!! note
54+
If you have multiple tenants in your Azure Active Directory, the `OpenID Connect metadata document` endpoint might use `organizations` instead of a specific tenant ID. In such cases, replace `organizations` with your actual tenant ID to target a specific directory.
55+
56+
example:
57+
58+
```
59+
https://login.microsoftonline.com/organizations/oauth2/v2.0 --> https://login.microsoftonline.com/<YOUR_TENANT_ID>/oauth2/v2.0
60+
```
61+
5362
Click on *Certificates & secrets*, then Click on *New client secret*.
5463

5564
<p align="center">

0 commit comments

Comments
 (0)