Skip to content

Commit af6cd39

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 3c9c318 + cfbea47 commit af6cd39

File tree

105 files changed

+1526
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1526
-423
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Authorization agents and how to enable them | Azure
33
description: Learn about the different authorization agents the Microsoft Authentication Library (MSAL) allows your Android app to use and how to enable them.
44
services: active-directory
5-
author: tylermsft
5+
author: mmacy
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/05/2019
13-
ms.author: twhitney
13+
ms.author: marsma
1414
ms.reviewer: shoatman, brianmel, hahamil
1515
ms.custom: aaddev
1616
#Customer intent: As an application developer, I want to learn about which options I can use to sign-in users and how to enable them.

articles/active-directory/develop/config-authority.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Configure identity providers (MSAL iOS/macOS) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn how to use different authorities such as B2C, sovereign clouds, and guest users, with MSAL for iOS and macOS.
55
services: active-directory
6-
author: tylermsft
6+
author: mmacy
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.workload: identity
1212
ms.topic: conceptual
1313
ms.date: 08/28/2019
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: oldalton
1616
ms.custom: aaddev
1717
---

articles/active-directory/develop/customize-webviews.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Customize browsers & WebViews (MSAL iOS/macOS) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn how to customize the MSAL iOS/macOS browser experience to sign in users.
55
services: active-directory
6-
author: tylermsft
6+
author: mmacy
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
1313
ms.date: 08/28/2019
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: oldalton
1616
ms.custom: aaddev
1717
---

articles/active-directory/develop/howto-v2-keychain-objc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Configure keychain
33
titleSuffix: Microsoft identity platform
44
description: Learn how to configure keychain so that your app can cache tokens in the keychain.
55
services: active-directory
6-
author: TylerMSFT
6+
author: mmacy
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.workload: identity
1212
ms.topic: conceptual
1313
ms.date: 08/28/2019
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: oldalton
1616
ms.custom: aaddev
1717
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Microsoft identity platform videos | Azure
33
description: A list of videos about the Microsoft identity platform
44
services: active-directory
5-
author: tylermsft
5+
author: mmacy
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
1111
ms.date: 01/29/2020
12-
ms.author: twhitney
12+
ms.author: marsma
1313
ms.custom: aaddev
1414
ms.reviewer: celested
1515
---

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

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

88
ms.service: active-directory
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.tgt_pltfrm: Android
1212
ms.workload: identity
1313
ms.date: 09/6/2019
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: shoatman
1616
ms.custom: aaddev
1717
#Customer intent: As an Android application developer, I want to learn how to migrate my v1 ADAL app to v2 MSAL.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: ADAL to MSAL migration guide (MSAL iOS/macOS) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn the differences between MSAL for iOS/macOS and the Azure AD Authentication Library for ObjectiveC (ADAL.ObjC) and how to migrate to MSAL for iOS/macOS.
55
services: active-directory
6-
author: TylerMSFT
6+
author: mmacy
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
1313
ms.date: 08/28/2019
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: oldalton
1616
ms.custom: aaddev
1717
#Customer intent: As an application developer, I want to learn about the differences between the Objective-C ADAL and MSAL for iOS and macOS libraries so I can migrate my applications to MSAL for iOS and macOS.

articles/active-directory/develop/msal-acquire-cache-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Acquire & cache tokens with MSAL | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn about acquiring and caching tokens using the Microsoft Authentication Library (MSAL).
55
services: active-directory
6-
author: TylerMSFT
6+
author: mmacy
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
1313
ms.date: 11/07/2019
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: saeeda
1616
ms.custom: aaddev
1717
#Customer intent: As an application developer, I want to learn about acquiring and caching tokens so I can decide if this platform meets my application development needs and requirements.

articles/active-directory/develop/msal-authentication-flows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: MSAL authentication flows | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn about the authentication flows and grants used by the Microsoft Authentication Library (MSAL).
55
services: active-directory
6-
author: TylerMSFT
6+
author: mmacy
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
1313
ms.date: 01/30/2020
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: saeeda
1616
ms.custom: aaddev
1717
#Customer intent: As an application developer, I want to learn about the types of authentication flows so I can decide if this platform meets my application development needs and requirements.

articles/active-directory/develop/msal-client-application-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Client application configuration (MSAL) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn about configuration options for public client and confidential client applications using the Microsoft Authentication Library (MSAL).
55
services: active-directory
6-
author: TylerMSFT
6+
author: mmacy
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
1313
ms.date: 09/27/2019
14-
ms.author: twhitney
14+
ms.author: marsma
1515
ms.reviewer: saeeda
1616
ms.custom: aaddev
1717
#Customer intent: As an application developer, I want to learn about the types of client applications so I can decide if this platform meets my app development needs.

0 commit comments

Comments
 (0)