Skip to content

Commit 22001ca

Browse files
author
Donna-Marie Smith
committed
Removed unnecessary step from Entra FAQ
1 parent 6d05e1c commit 22001ca

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

content/en/docs/2025.9/FAQs/configure-oidc-authentication/microsoft-entra.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,6 @@ In order to configure a Microsoft Entra Provider a Microsoft Azure account with
5454
1. Locate and expand `ID`.
5555
* Select `sAMAccountName`.
5656
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`.
7257
1. Create Credentials for the Application:
7358
1. Select the application registration created in Step 1.
7459
1. Select `Client credentials`.
@@ -93,7 +78,7 @@ In order to configure {{% ctx %}} Gateway to use a Microsoft Entra OpenID Connec
9378
1. `Authority` - the URL to access the provider authentication. For Microsoft Entra authentication this should be `https://login.microsoftonline.com`.
9479
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`.
9580
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][].
9782
1. Click `Validate` to validate the information entered and enable the Save button.
9883
{{% alert title="Note" %}}Validate does not validate the accuracy of the information entered, it only validates that it is of the correct format.{{% /alert %}}
9984
1. Click `Save` to save the provider’s configuration.

0 commit comments

Comments
 (0)