Skip to content

Commit 0c0e592

Browse files
committed
minor corrections
1 parent 3ad3cfe commit 0c0e592

14 files changed

+27
-20
lines changed

articles/active-directory/develop/active-directory-claims-mapping.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ ms.subservice: develop
88
ms.custom: aaddev, ignite-2022, engagement-fy23
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 12/28/2022
11+
ms.date: 01/06/2023
1212
ms.author: davidmu
13+
ms.reviewer: ludwignick
1314
---
1415

1516
# Customize claims emitted in tokens for a specific app in a tenant

articles/active-directory/develop/active-directory-optional-claims.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.workload: identity
1010
ms.date: 12/28/2022
1111
ms.author: davidmu
1212
ms.custom: aaddev
13+
ms.reviewer: ludwignick
1314
---
1415

1516
# Provide optional claims to your app

articles/active-directory/develop/active-directory-schema-extensions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ ms.subservice: develop
99
ms.custom: aaddev
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 12/29/2022
12+
ms.date: 01/06/2023
1313
ms.author: davidmu
14+
ms.reviewer: ludwignick, luleon
1415
---
1516
# Using directory extension attributes in claims
1617

articles/active-directory/develop/authorization-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 12/29/2022
11+
ms.date: 01/06/2023
1212
ms.custom: template-concept
1313
ms.author: davidmu
14-
14+
ms.reviewer: johngarland, mamarxen, ianbe
1515
#Customer intent: As an application developer, I want to understand the basic concepts of authorization in the Microsoft identity platform.
1616
---
1717

articles/active-directory/develop/custom-rbac-for-developers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 12/29/2022
11+
ms.date: 01/06/2023
1212
ms.custom: template-concept, ignite-2022
1313
ms.author: davidmu
14+
ms.reviewer: john.garland, maggie.marxen, ian.bennett
1415
#Customer intent: As a developer, I want to learn about custom RBAC and why I need to use it in my application.
1516
---
1617

1718
# Role-based access control for application developers
1819

19-
Role-based access control (RBAC) allows certain users or groups to have specific permissions to access and manage resources. Application RBAC differs from [Azure role-based access control](../../role-based-access-control/overview.md) and [Azure AD role-based access control](../roles/custom-overview.md#understand-azure-ad-role-based-access-control). Azure custom roles and built-in roles are both part of Azure RBAC, which is used to help manage Azure resources. Azure AD RBAC is used to manage Azure AD resources. This article explains application-specific RBAC.
20+
Role-based access control (RBAC) allows certain users or groups to have specific permissions to access and manage resources. Application RBAC differs from [Azure role-based access control](../../role-based-access-control/overview.md) and [Azure AD role-based access control](../roles/custom-overview.md#understand-azure-ad-role-based-access-control). Azure custom roles and built-in roles are both part of Azure RBAC, which is used to help manage Azure resources. Azure AD RBAC is used to manage Azure AD resources. This article explains application-specific RBAC. For information about implementing application-specific RBAC, see [How to add app roles to your application and receive them in the token](./howto-add-app-roles-in-azure-ad-apps.md).
2021

2122
## Roles definitions
2223

@@ -78,5 +79,4 @@ Although either app roles or groups can be used for authorization, key differenc
7879

7980
## Next steps
8081

81-
- [How to add app roles to your application and receive them in the token](./howto-add-app-roles-in-azure-ad-apps.md)
8282
- [Azure Identity Management and access control security best practices](../../security/fundamentals/identity-management-best-practices.md)

articles/active-directory/develop/howto-implement-rbac-for-apps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: how-to
1010
ms.workload: identity
11-
ms.date: 12/29/2022
11+
ms.date: 01/06/2023
1212
ms.author: davidmu
13+
ms.reviewer: johngarland, mamarxen, ianbe
1314
#Customer intent: As an application developer, I want to learn how to implement role-based access control in my applications so I can make sure that only those users with the right access privileges can access the functionality of them.
1415
---
1516

articles/active-directory/develop/identity-videos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 12/29/2022
11+
ms.date: 01/06/2023
1212
ms.author: davidmu
1313
ms.custom: aaddev, has-adal-ref
14+
ms.reviewer: celested
1415
---
1516

1617
# Microsoft identity platform videos

articles/active-directory/develop/reference-app-multi-instancing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ ms.subservice: develop
99
ms.custom: aaddev
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 12/29/2022
12+
ms.date: 01/06/2023
1313
ms.author: davidmu
14-
ms.reviewer:
1514
---
1615

1716
# Configure SAML app multi-instancing for an application in Azure Active Directory

articles/active-directory/develop/reference-claims-mapping-policy-type.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ ms.subservice: develop
99
ms.custom: aaddev
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 12/30/2022
12+
ms.date: 01/06/2023
1313
ms.author: davidmu
14+
ms.reviewer: ludwignick, jeedes, luleon
1415
---
1516

1617
# Claims mapping policy type

articles/active-directory/develop/secure-group-access-control.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 12/30/2022
11+
ms.date: 01/06/2023
1212
ms.custom: template-concept
1313
ms.author: davidmu
14+
ms.reviewer: jodah
1415
# Customer intent: As a developer, I want to learn how to most securely use Azure AD groups to control access to resources.
1516
---
1617

0 commit comments

Comments
 (0)