Skip to content

Commit e25568b

Browse files
authored
Merge pull request #202714 from davidmu1/authorupdate3
author updates
2 parents 0577769 + c6cbe67 commit e25568b

8 files changed

+16
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Microsoft identity platform access tokens
33
description: Learn about access tokens emitted by the Azure AD v1.0 and Microsoft identity platform (v2.0) endpoints.
44
services: active-directory
5-
author: nickludwig
5+
author: davidmu1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 12/28/2021
13-
ms.author: ludwignick
13+
ms.author: davidmu
1414
ms.reviewer: marsma
1515
ms.custom: aaddev, identityplatformtop40, fasttrack-edit
1616
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Customize Azure AD tenant app claims (PowerShell)
33
description: Learn how to customize claims emitted in tokens for an application in a specific Azure Active Directory tenant.
4-
author: rwike77
4+
author: davidmu1
55
manager: CelesteDG
66
ms.service: active-directory
77
ms.subservice: develop
88
ms.custom: aaddev
99
ms.workload: identity
1010
ms.topic: how-to
1111
ms.date: 06/16/2021
12-
ms.author: ryanwi
12+
ms.author: davidmu
1313
ms.reviewer: ludwignick
1414
---
1515

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

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

77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: how-to
1010
ms.workload: identity
1111
ms.date: 04/04/2022
12-
ms.author: ryanwi
12+
ms.author: davidmu
1313
ms.reviewer: paulgarn, ludwignick
1414
ms.custom: aaddev
1515
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Customize app SAML token claims
33
description: Learn how to customize the claims issued by Microsoft identity platform in the SAML token for enterprise applications.
44
services: active-directory
5-
author: kenwith
5+
author: davidmu1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.workload: identity
1010
ms.topic: how-to
1111
ms.date: 02/07/2022
12-
ms.author: kenwith
12+
ms.author: davidmu
1313
ms.reviewer: luleon, paulgarn, jeedes
1414
ms.custom: aaddev
1515
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Use Azure AD schema extension attributes in claims
33
description: Describes how to use directory schema extension attributes for sending user data to applications in token claims.
44
services: active-directory
5-
author: rwike77
5+
author: davidmu1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.custom: aaddev
1010
ms.workload: identity
1111
ms.topic: how-to
1212
ms.date: 07/29/2020
13-
ms.author: ryanwi
13+
ms.author: davidmu
1414
ms.reviewer: paulgarn, ludwignick, jeedes, luleon
1515
---
1616
# Using directory schema extension attributes in claims

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Claims mapping policy
33
description: Learn about the claims mapping policy type, which is used to modify the claims emitted in tokens issued for specific applications.
44
services: active-directory
5-
author: rwike77
5+
author: davidmu1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.custom: aaddev
1010
ms.workload: identity
1111
ms.topic: reference
1212
ms.date: 03/04/2022
13-
ms.author: ryanwi
13+
ms.author: davidmu
1414
ms.reviewer: paulgarn, ludwignick, jeedes, luleon
1515
---
1616

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Security tokens
33
description: Learn about the basics of security tokens in the Microsoft identity platform.
44
services: active-directory
5-
author: rwike77
5+
author: davidmu1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
1212
ms.date: 09/27/2021
13-
ms.author: ryanwi
13+
ms.author: davidmu
1414
ms.reviewer: jmprieur, saeeda, sureshja, ludwignick
1515
ms.custom: aaddev, identityplatformtop40, scenarios:getting-started
1616
#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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Microsoft identity platform and OAuth 2.0 authorization code flow
33
description: Build web applications using the Microsoft identity platform implementation of the OAuth 2.0 authentication protocol.
44
services: active-directory
5-
author: nickludwig
5+
author: davidmu1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 02/02/2022
13-
ms.author: ludwignick
13+
ms.author: davidmu
1414
ms.reviewer: ludwignick
1515
ms.custom: aaddev, identityplatformtop40
1616
---

0 commit comments

Comments
 (0)