You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/FAQs/configure-oidc-authentication/microsoft-entra.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,21 +54,6 @@ In order to configure a Microsoft Entra Provider a Microsoft Azure account with
54
54
1. Locate and expand `ID`.
55
55
* Select `sAMAccountName`.
56
56
1. Click `Add`.
57
-
1. Create an Application ID URI:
58
-
1. Select the application registration created in Step 1
59
-
1. Click Application ID URI.
60
-
61
-
The Application ID URI must contain a unique identifier; this is prepopulated by default.
62
-
63
-
* Click `+ Add a scope`.
64
-
* Enter the `Scope name` as `Flows.Read`.
65
-
* Set `Who can consent?` to `Admins and users`.
66
-
* Enter an `Admin consent display name`, e.g. `Read Flows`.
67
-
* Enter an `Admin consent description`, e.g. `Allows {{% ctx %}} client to read flows`.
68
-
* Enter an `User consent display name`, e.g. `Read Your flows`.
69
-
* Enter an `User consent description`, e.g. `Allows {{% ctx %}} client to read flows`.
70
-
* Ensure `State` is set to `Enabled`.
71
-
1. Click `Add scope`.
72
57
1. Create Credentials for the Application:
73
58
1. Select the application registration created in Step 1.
74
59
1. Select `Client credentials`.
@@ -93,7 +78,7 @@ In order to configure {{% ctx %}} Gateway to use a Microsoft Entra OpenID Connec
93
78
1.`Authority` - the URL to access the provider authentication. For Microsoft Entra authentication this should be `https://login.microsoftonline.com`.
94
79
1.`Tenant Identifier` - the Tenant ID. This can be obtained from the Application registration details in Microsoft Entra by clicking on the registration to display its details. Copy the value for `Directory (tenant) ID`.
95
80
1.`Client Identifier` - the Client ID. This can be obtained from the Application registration details in Microsoft Entra by clicking on the registration to display its details. Copy the value for `Application (client) ID`.
96
-
1.`Client Secret` - the client secret that was revealed when creating the client credentials for the Application in Microsoft Entra. If you do not have access to the client secret, it will be necessary to create a new client secret in Microsoft Entra - for guidance see step 6 in [Configure Microsoft Entra OIDC][].
81
+
1.`Client Secret` - the client secret that was revealed when creating the client credentials for the Application in Microsoft Entra. If you do not have access to the client secret, it will be necessary to create a new client secret in Microsoft Entra - for guidance see step 5 in [Configure Microsoft Entra OIDC][].
97
82
1. Click `Validate` to validate the information entered and enable the Save button.
98
83
{{% alert title="Note" %}}Validate does not validate the accuracy of the information entered, it only validates that it is of the correct format.{{% /alert %}}
99
84
1. Click `Save` to save the provider’s configuration.
0 commit comments