Skip to content

Commit 893f05e

Browse files
authored
changed files by pdets auto publish service, publishid[651a5882-2a7c-428e-9e66-2dcf556d9417] and do [publish].
1 parent aafe067 commit 893f05e

File tree

8 files changed

+9
-10
lines changed

8 files changed

+9
-10
lines changed

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 06/25/2025
7+
ms.date: 06/26/2025
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: unit

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/2-microsoft-authentication-library-overview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore the Microsoft Authentication Library
44
metadata:
55
title: Explore the Microsoft Authentication Library
66
description: "Explore the Microsoft Authentication Library"
7-
ms.date: 06/25/2025
7+
ms.date: 06/26/2025
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: unit

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/3-initialize-client-applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Initialize client applications
44
metadata:
55
title: Initialize client applications
66
description: "Initialize client applications"
7-
ms.date: 06/25/2025
7+
ms.date: 06/26/2025
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: unit

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/4-interactive-authentication-msal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Exercise - Implement interactive authentication with MSAL.NET
44
metadata:
55
title: Exercise - Implement interactive authentication with MSAL.NET
66
description: "Exercise - Implement interactive authentication with MSAL.NET"
7-
ms.date: 06/25/2025
7+
ms.date: 06/26/2025
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
13-
durationInMinutes: 10
13+
durationInMinutes: 15
1414
content: |
1515
[!include[](includes/4-interactive-authentication-msal.md)]

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/5-knowledge-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 06/25/2025
7+
ms.date: 06/26/2025
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
13-
module_assessment: true
1413
durationInMinutes: 3
1514
quiz:
1615
title: "Check your knowledge"

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/6-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 06/25/2025
7+
ms.date: 06/26/2025
88
author: wwlpublish
99
ms.author: jeffko
1010
ms.topic: unit

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/includes/3-initialize-client-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before initializing an application, you first need to register it so that your a
66
* **Directory (tenant) ID** - Provides identity and access management (IAM) capabilities to applications and resources used by your organization. It can specify if you're writing a line of business application solely for your organization (also named single-tenant application).
77
* The identity provider URL (named the **instance**) and the sign-in audience for your application. These two parameters are collectively known as the authority.
88
* **Client credentials** - which can take the form of an application secret (client secret string) or certificate (of type `X509Certificate2`) if it's a confidential client app.
9-
* For web apps, and sometimes for public client apps (in particular when your app needs to use a broker), you need to set the **Redirect URI** where the identity provider sends the security token back your application.
9+
* For web apps, and sometimes for public client apps (in particular when your app needs to use a broker), you need to set the **Redirect URI** where the identity provider sends the security token back to your application.
1010

1111
## Initializing public and confidential client applications from code
1212

learn-pr/wwl-azure/implement-authentication-by-using-microsoft-authentication-library/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.implement-authentication-by-using-microsoft-authentication-librar
33
metadata:
44
title: Implement authentication by using the Microsoft Authentication Library
55
description: "Implement authentication by using the Microsoft Authentication Library"
6-
ms.date: 06/25/2025
6+
ms.date: 06/26/2025
77
author: wwlpublish
88
ms.author: jeffko
99
ms.topic: module

0 commit comments

Comments
 (0)