Skip to content

Commit d3f5f01

Browse files
authored
Merge pull request #241185 from kengaderdus/general-udates
Correct includes typo
2 parents a6706ce + 6fff17d commit d3f5f01

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

articles/active-directory/external-identities/customers/how-to-use-app-roles-customers.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.subservice: ciam
1010
ms.topic: how-to
11-
ms.date: 06/10/2023
11+
ms.date: 06/13/2023
1212
ms.author: mimart
1313
ms.custom: it-pro
1414
---
@@ -48,6 +48,8 @@ Though you can use app roles or groups for authorization, key differences betwee
4848

4949
[!INCLUDE [ciam-assign-user-and-groups-to-roles](./includes/access-control/assign-users-groups-roles.md)]
5050

51+
To test your application, sign out and sign in again with the user you assigned the roles. Inspect the security token to make sure that it contains the user's role.
52+
5153
## Add group claims to security tokens
5254

5355
[!INCLUDE [ciam-add-group-claim-to-token](./includes/access-control/add-group-claim-in-token.md)]
@@ -56,6 +58,8 @@ Though you can use app roles or groups for authorization, key differences betwee
5658

5759
[!INCLUDE [ciam-add-member-to-group](./includes/access-control/add-member-to-group.md)]
5860

61+
To test your application, sign out, and then sign in again with the user you added to the security group. Inspect the security token to make sure that it contains the user's group membership.
62+
5963
## Groups and application roles support
6064

6165
A customer tenant follows the Azure AD user and group management model and application assignment. Many of the core Azure AD features are being phased into customer tenants.
@@ -80,4 +84,4 @@ The following table shows which features are currently available.
8084
| Change security group members using the Microsoft Entra admin center | Yes |
8185
| Change security group members using the Microsoft Graph API | Yes |
8286
| Scale up to 50,000 users and 50,000 groups | Not currently available |
83-
| Add 50,000 users to at least two groups | Not currently available |
87+
| Add 50,000 users to at least two groups | Not currently available |

articles/active-directory/external-identities/customers/includes/access-control/add-member-to-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Now that you've added app groups claim in your application, add users to the sec
1515
1. Select **Members**.
1616
1. Select **+ Add members**.
1717
1. Scroll through the list or enter a name in the search box. You can choose multiple names. When you're ready, choose **Select**.
18-
2. The **Group Overview** page updates to show the number of members who are now added to the group.
19-
3. To test your application, sign out, and then sign in again with the user you added to the security group.
18+
1. The **Group Overview** page updates to show the number of members who are now added to the group.
19+

articles/active-directory/external-identities/customers/includes/access-control/assign-users-groups-roles.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: kengaderdus
33
ms.service: active-directory
44
ms.subservice: ciam
55
ms.topic: include
6-
ms.date: 06/10/2023
6+
ms.date: 06/13/2023
77
ms.author: kengaderdus
88
---
99
Once you've added app roles in your application, administrator can assign users and groups to the roles. Assignment of users and groups to roles can be done through the admin center, or programmatically using [Microsoft Graph](/graph/api/user-post-approleassignments). When the users assigned to the various app roles sign in to the application, their tokens have their assigned roles in the `roles` claim.
@@ -19,8 +19,7 @@ To assign users and groups to application roles by using the Azure portal:
1919
1. Select **Add user** to open the **Add Assignment** pane.
2020
1. In the **Add Assignment** pane, select **Users and groups**. A list of users and security groups appears. You can select multiple users and groups in the list.
2121
1. Once you've selected users and groups, choose **Select**.
22-
2. In the **Add assignment** pane, choose **Select a role**. All the roles you defined for the application appear.
23-
3. Select a role, and then choose **Select**.
24-
4. Select **Assign** to finish the assignment of users and groups to the app.
25-
5. Confirm that the users and groups you added appear in the **Users and groups** list.
26-
6. To test your application, sign out and sign in again with the user you assigned the roles.
22+
1. In the **Add assignment** pane, choose **Select a role**. All the roles you defined for the application appear.
23+
1. Select a role, and then choose **Select**.
24+
1. Select **Assign** to finish the assignment of users and groups to the app.
25+
1. Confirm that the users and groups you added appear in the **Users and groups** list.

articles/active-directory/external-identities/customers/includes/register-app/add-platform-redirect-url-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: kengaderdus
33
ms.service: active-directory
44
ms.subservice: ciam
55
ms.topic: include
6-
ms.date: 03/30/2023
6+
ms.date: 06/13/2023
77
ms.author: kengaderdus
88
---
99
To specify your app type to your app registration, follow these steps:
@@ -12,5 +12,5 @@ To specify your app type to your app registration, follow these steps:
1212
1. On the **Platform configurations** page, select **Add a platform**, and then select **Web** option.
1313
1. For the **Redirect URIs** enter `http://localhost:3000/auth/redirect`
1414
1. Select **Configure** to save your changes.
15-
1. Back on the **Platform configurations** page, in the new **Single-page application** that has appeared, select **Add URI**, then enter `http://localhost:3000/`
15+
1. On the **Platform configurations** page, under **Web**, select **Add URI**, then enter `http://localhost:3000/`
1616
1. Select **Save** to save your changes, and ensure that both URIs are listed.

0 commit comments

Comments
 (0)