Skip to content

Commit 27f1a5f

Browse files
authored
Merge pull request #225526 from henrymbuguakiarie/msid-v2-pm-owned-doc-reassign
[msid][Core Content] Reassign PM/engineers-owned docs to Tech writer (ADO-61020)
2 parents 0b5bdfc + a4c313e commit 27f1a5f

24 files changed

+72
-60
lines changed

articles/active-directory/develop/active-directory-v2-protocols.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: OAuth 2.0 and OpenID Connect protocols on the Microsoft identity platform
33
description: A guide to OAuth 2.0 and OpenID Connect protocols as supported by the Microsoft identity platform.
44
services: active-directory
5-
author: nickludwig
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 03/31/2022
13-
ms.author: ludwignick
14-
ms.reviewer: marsma
13+
ms.author: henrymbugua
14+
ms.reviewer: nickludwig
1515
ms.custom: aaddev
1616
---
1717

articles/active-directory/develop/authentication-national-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Azure AD authentication & national clouds
33
description: Learn about app registration and authentication endpoints for national clouds.
44
services: active-directory
5-
author: negoe
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
1212
ms.date: 11/03/2021
13-
ms.author: negoe
14-
ms.reviewer: marsma, negoe,celested
13+
ms.author: henrymbugua
14+
ms.reviewer: negoe
1515
ms.custom: aaddev,references_regions
1616
---
1717

articles/active-directory/develop/howto-configure-app-instance-property-locks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "How to configure app instance property lock in your applications"
33
description: How to increase app security by configuring property modification locks for sensitive properties of the application.
44
services: active-directory
5-
manager: saumadan
5+
manager: CelesteDG
66
ms.service: active-directory
77
ms.subservice: develop
88
ms.topic: conceptual
99
ms.workload: identity
1010
ms.date: 11/03/2022
11-
author: madansr7
12-
ms.author: saumadan
13-
ms.reviewer:
11+
author: henrymbuguakiarie
12+
ms.author: henrymbugua
13+
ms.reviewer: madansr7
1414
# Customer intent: As an application developer, I want to learn how to protect properties of my application instance of being modified.
1515
---
1616
# How to configure app instance property lock for your applications (Preview)

articles/active-directory/develop/includes/single-page-app/quickstart-angular.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: "Quickstart: Sign in users in JavaScript Angular single-page apps (SPA) with auth code and call Microsoft Graph"
33
description: In this quickstart, learn how a JavaScript Angular single-page application (SPA) can sign in users of personal accounts, work accounts, and school accounts by using the authorization code flow and call Microsoft Graph.
44
services: active-directory
5-
author: j-mantu
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.workload: identity
1111
ms.date: 12/06/2021
12-
ms.author: jamesmantu
12+
ms.author: henrymbugua
13+
ms.reviewer: j-mantu
1314
ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-track-js
1415
#Customer intent: As an app developer, I want to learn how to get access tokens and refresh tokens by using the Microsoft identity platform so that my JavaScript Angular app can sign in users of personal accounts, work accounts, and school accounts.
1516
---

articles/active-directory/develop/includes/single-page-app/quickstart-javascript.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Sign in users in JavaScript single-page apps (SPA) with auth code"
33
description: In this quickstart, learn how a JavaScript single-page application (SPA) can sign in users of personal accounts, work accounts, and school accounts by using the authorization code flow.
44
services: active-directory
5-
author: OwenRichards1
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: include
1111
ms.workload: identity
1212
ms.date: 12/06/2021
13-
ms.author: owenrichards
13+
ms.author: henrymbugua
14+
ms.reviewer: OwenRichards1
1415
ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-track-js
1516
#Customer intent: As an app developer, I want to learn how to get access tokens and refresh tokens by using the Microsoft identity platform so that my JavaScript app can sign in users of personal accounts, work accounts, and school accounts.
1617
---

articles/active-directory/develop/includes/single-page-app/quickstart-react.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Sign in users in JavaScript React single-page apps (SPA) with auth code and call Microsoft Graph"
33
description: In this quickstart, learn how a JavaScript React single-page application (SPA) can sign in users of personal accounts, work accounts, and school accounts by using the authorization code flow and call Microsoft Graph.
44
services: active-directory
5-
author: j-mantu
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: include
1111
ms.workload: identity
1212
ms.date: 12/06/2021
13-
ms.author: jamesmantu
13+
ms.author: henrymbugua
14+
ms.reviewer: j-mantu
1415
ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-track-js
1516
#Customer intent: As an app developer, I want to learn how to login, logout, conditionally render components to authenticated users, and acquire an access token for a protected resource such as Microsoft Graph by using the Microsoft identity platform so that my JavaScript React app can sign in users of personal accounts, work accounts, and school accounts.
1617
---

articles/active-directory/develop/includes/suggest-msal-from-protocols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Prefer MSAL
33
description: Include file indicating that it's best to use MSAL.
44
services: active-directory
5-
author: nickludwig
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: include
1212
ms.date: 11/17/2020
13-
ms.author: ludwignick
13+
ms.author: henrymbugua
1414
ms.reviewer: ludwignick
1515
ms.custom: aaddev
1616
---

articles/active-directory/develop/includes/try-in-postman-link.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Try the protocols in Postman
33
description: Standard link to use the Postman files
44
services: active-directory
5-
author: nickludwig
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: include
1212
ms.date: 06/25/2021
13-
ms.author: ludwignick
14-
ms.reviewer: marsma
13+
ms.author: henrymbugua
14+
ms.reviewer: ludwignick
1515
ms.custom: aaddev
1616
---
1717
> [!TIP]

articles/active-directory/develop/migrate-python-adal-msal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Python ADAL to MSAL migration guide
33
description: Learn how to migrate your Azure Active Directory Authentication Library (ADAL) Python app to the Microsoft Authentication Library (MSAL) for Python.
44
services: active-directory
5-
author: rayluo
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77

88
ms.service: active-directory
@@ -11,8 +11,8 @@ ms.topic: conceptual
1111
ms.tgt_pltfrm: Python
1212
ms.workload: identity
1313
ms.date: 11/11/2019
14-
ms.author: rayluo
15-
ms.reviewer: marsma, rayluo, nacanuma
14+
ms.author: henrymbugua
15+
ms.reviewer: rayluo, nacanuma
1616
ms.custom: aaddev, devx-track-python, has-adal-ref
1717
#Customer intent: As a Python application developer, I want to learn how to migrate my v1 ADAL app to v2 MSAL.
1818
---

articles/active-directory/develop/mobile-sso-support-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: Support single sign-on and app protection policies in mobile apps you develop
33
description: Explanation and overview of building mobile applications that support single sign-on and app protection policies using the Microsoft identity platform and integrating with Azure Active Directory.
44
services: active-directory
5-
manager: martinco
5+
manager: henrymbuguakiarie
66
ms.service: active-directory
77
ms.subservice: develop
88
ms.topic: conceptual
99
ms.workload: identity
1010
ms.date: 10/14/2020
1111
author: janicericketts
12-
ms.author: jricketts
12+
ms.author: henrymbugua
13+
ms.reviewer: janicericketts
1314
ms.custom: has-adal-ref
1415

1516
#Customer intent: As an app developer, I want to know how to implement an app that supports single sign-on and app protection policies using the Microsoft identity platform and integrating with Azure Active Directory.

0 commit comments

Comments
 (0)