Skip to content

Commit

Permalink
ms entra integration: added identity to list of platforms (#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored and christinaausley committed Oct 7, 2024
1 parent 065c9e0 commit 3196010
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Ensure you register a new application for each component.
1. Within the Entra ID admin center, [register a new application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) for **each** component you would like to connect.
2. Navigate to the new application's **Overview** page, and make note of the **Client ID**.
3. Within your new application, [configure a platform](https://learn.microsoft.com/en-gb/entra/identity-platform/quickstart-register-app#configure-platform-settings) for the appropriate component:
- **Web**: Operate, Tasklist, Optimize
- **Web**: Operate, Tasklist, Optimize, Identity
- **Single-page application**: Modeler
4. Add your component's **Microsoft Entra ID** redirect URI, found under [Component-specific configuration](#component-specific-configuration).
5. [Create a new client secret](https://learn.microsoft.com/en-gb/entra/identity-platform/quickstart-register-app?tabs=client-secret#add-credentials), and note the new secret's value for later use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Ensure you register a new application for each component.
1. Within the Entra ID admin center, [register a new application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) for **each** component you would like to connect.
2. Navigate to the new application's **Overview** page, and make note of the **Client ID**.
3. Within your new application, [configure a platform](https://learn.microsoft.com/en-gb/entra/identity-platform/quickstart-register-app#configure-platform-settings) for the appropriate component:
- **Web**: Operate, Tasklist, Optimize
- **Web**: Operate, Tasklist, Optimize, Identity
- **Single-page application**: Modeler
4. Add your component's **Microsoft Entra ID** redirect URI, found under [Component-specific configuration](#component-specific-configuration).
5. [Create a new client secret](https://learn.microsoft.com/en-gb/entra/identity-platform/quickstart-register-app?tabs=client-secret#add-credentials), and note the new secret's value for later use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Ensure you register a new application for each component.
1. Within the Entra ID admin center, [register a new application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) for **each** component you would like to connect.
2. Navigate to the new application's **Overview** page, and make note of the **Client ID**.
3. Within your new application, [configure a platform](https://learn.microsoft.com/en-gb/entra/identity-platform/quickstart-register-app#configure-platform-settings) for the appropriate component:
- **Web**: Operate, Tasklist, Optimize
- **Web**: Operate, Tasklist, Optimize, Identity
- **Single-page application**: Modeler
4. Add your component's redirect URI, found under [Component-specific configuration](#component-specific-configuration).
5. [Create a new client secret](https://learn.microsoft.com/en-gb/entra/identity-platform/quickstart-register-app?tabs=client-secret#add-credentials), and note the new secret's value for later use.
Expand Down

0 comments on commit 3196010

Please sign in to comment.