Skip to content

Commit c6cbe67

Browse files
committed
author updates
1 parent 396fb82 commit c6cbe67

8 files changed

+19
-27
lines changed

articles/active-directory/develop/access-tokens.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
title: Microsoft identity platform access tokens | Azure
3-
titleSuffix: Microsoft identity platform
2+
title: Microsoft identity platform access tokens
43
description: Learn about access tokens emitted by the Azure AD v1.0 and Microsoft identity platform (v2.0) endpoints.
54
services: active-directory
6-
author: nickludwig
5+
author: davidmu1
76
manager: CelesteDG
87

98
ms.service: active-directory
109
ms.subservice: develop
1110
ms.workload: identity
1211
ms.topic: conceptual
1312
ms.date: 12/28/2021
14-
ms.author: ludwignick
13+
ms.author: davidmu
1514
ms.reviewer: marsma
1615
ms.custom: aaddev, identityplatformtop40, fasttrack-edit
1716
---

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: Customize Azure AD tenant app claims (PowerShell)
3-
titleSuffix: Microsoft identity platform
43
description: Learn how to customize claims emitted in tokens for an application in a specific Azure Active Directory tenant.
5-
author: rwike77
4+
author: davidmu1
65
manager: CelesteDG
76
ms.service: active-directory
87
ms.subservice: develop
98
ms.custom: aaddev
109
ms.workload: identity
1110
ms.topic: how-to
1211
ms.date: 06/16/2021
13-
ms.author: ryanwi
12+
ms.author: davidmu
1413
ms.reviewer: ludwignick
1514
---
1615

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: Provide optional claims to Azure AD apps
3-
titleSuffix: Microsoft identity platform
43
description: How to add custom or additional claims to the SAML 2.0 and JSON Web Tokens (JWT) tokens issued by Microsoft identity platform.
5-
author: rwike77
4+
author: davidmu1
65
manager: CelesteDG
76

87
ms.service: active-directory
98
ms.subservice: develop
109
ms.topic: how-to
1110
ms.workload: identity
1211
ms.date: 04/04/2022
13-
ms.author: ryanwi
12+
ms.author: davidmu
1413
ms.reviewer: paulgarn, ludwignick
1514
ms.custom: aaddev
1615
---

articles/active-directory/develop/active-directory-saml-claims-customization.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: Customize app SAML token claims
3-
titleSuffix: Microsoft identity platform
43
description: Learn how to customize the claims issued by Microsoft identity platform in the SAML token for enterprise applications.
54
services: active-directory
6-
author: kenwith
5+
author: davidmu1
76
manager: CelesteDG
87
ms.service: active-directory
98
ms.subservice: develop
109
ms.workload: identity
1110
ms.topic: how-to
1211
ms.date: 02/07/2022
13-
ms.author: kenwith
12+
ms.author: davidmu
1413
ms.reviewer: luleon, paulgarn, jeedes
1514
ms.custom: aaddev
1615
---

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
title: Use Azure AD schema extension attributes in claims
3-
titleSuffix: Microsoft identity platform
43
description: Describes how to use directory schema extension attributes for sending user data to applications in token claims.
54
services: active-directory
6-
author: rwike77
5+
author: davidmu1
76
manager: CelesteDG
87
ms.service: active-directory
98
ms.subservice: develop
109
ms.custom: aaddev
1110
ms.workload: identity
1211
ms.topic: how-to
1312
ms.date: 07/29/2020
14-
ms.author: ryanwi
13+
ms.author: davidmu
1514
ms.reviewer: paulgarn, ludwignick, jeedes, luleon
1615
---
1716
# Using directory schema extension attributes in claims

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
title: Claims mapping policy
3-
titleSuffix: Microsoft identity platform
43
description: Learn about the claims mapping policy type, which is used to modify the claims emitted in tokens issued for specific applications.
54
services: active-directory
6-
author: rwike77
5+
author: davidmu1
76
manager: CelesteDG
87
ms.service: active-directory
98
ms.subservice: develop
109
ms.custom: aaddev
1110
ms.workload: identity
1211
ms.topic: reference
1312
ms.date: 03/04/2022
14-
ms.author: ryanwi
13+
ms.author: davidmu
1514
ms.reviewer: paulgarn, ludwignick, jeedes, luleon
1615
---
1716

articles/active-directory/develop/security-tokens.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
title: Security tokens | Azure
3-
titleSuffix: Microsoft identity platform
2+
title: Security tokens
43
description: Learn about the basics of security tokens in the Microsoft identity platform.
54
services: active-directory
6-
author: rwike77
5+
author: davidmu1
76
manager: CelesteDG
87

98
ms.service: active-directory
109
ms.subservice: develop
1110
ms.topic: conceptual
1211
ms.workload: identity
1312
ms.date: 09/27/2021
14-
ms.author: ryanwi
13+
ms.author: davidmu
1514
ms.reviewer: jmprieur, saeeda, sureshja, ludwignick
1615
ms.custom: aaddev, identityplatformtop40, scenarios:getting-started
1716
#Customer intent: As an application developer, I want to understand the basic concepts of security tokens in the Microsoft identity platform.

articles/active-directory/develop/v2-oauth2-auth-code-flow.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
title: Microsoft identity platform and OAuth 2.0 authorization code flow | Azure
3-
titleSuffix: Microsoft identity platform
2+
title: Microsoft identity platform and OAuth 2.0 authorization code flow
43
description: Build web applications using the Microsoft identity platform implementation of the OAuth 2.0 authentication protocol.
54
services: active-directory
6-
author: nickludwig
5+
author: davidmu1
76
manager: CelesteDG
87

98
ms.service: active-directory
109
ms.subservice: develop
1110
ms.workload: identity
1211
ms.topic: conceptual
1312
ms.date: 02/02/2022
14-
ms.author: ludwignick
13+
ms.author: davidmu
1514
ms.reviewer: ludwignick
1615
ms.custom: aaddev, identityplatformtop40
1716
---

0 commit comments

Comments
 (0)