Skip to content

Commit 582d234

Browse files
authored
Merge pull request #49721 from wwlpublish/204cce7b31ec95f51eefa781b050b2054145f995fd40ddece39ce713435d4c6d-live
Modules/M03-implement-app-registration
2 parents ea8385f + f42b103 commit 582d234

34 files changed

+276
-263
lines changed

learn-pr/wwl-sci/implement-app-registration/1-introduction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.introduction
33
title: Introduction
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Introduction
68
description: "Introduction"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

learn-pr/wwl-sci/implement-app-registration/10-knowledge-check.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.knowledge-check
33
title: Knowledge check
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Knowledge check
68
description: "Knowledge check"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit
@@ -16,28 +18,28 @@ content: |
1618
quiz:
1719
title: "Check your knowledge"
1820
questions:
19-
- content: "Which of the following directories is maintained by Microsoft and used to publish applications?"
21+
- content: "Microsoft maintains which of the following directories and uses them to publish applications?"
2022
choices:
2123
- content: "SaaS directory"
2224
isCorrect: false
23-
explanation: "Incorrect. Application publishers/vendors who integrate with Microsoft Entra ID are required to have a SaaS directory."
24-
- content: "Single-sign-on app connected directory"
25-
isCorrect: false
26-
explanation: "Incorrect. Apps connected for single-sign-on are added by the user."
25+
explanation: "Incorrect. Application publishers/vendors who integrate with Microsoft Entra ID are required to have an SaaS directory."
2726
- content: "App gallery directory"
2827
isCorrect: true
2928
explanation: "Correct. The two directories that Microsoft maintains are the App gallery directory and the Microsoft services directory."
29+
- content: "Single-sign-on app connected directory"
30+
isCorrect: false
31+
explanation: "Incorrect. Apps connected for single-sign-on are added by the user."
3032
- content: "Which one of the following is a best practice for building multitenant apps?"
3133
choices:
3234
- content: "Follow the principle of least user access to ensure that your app only requests permissions it actually needs."
3335
isCorrect: true
34-
explanation: "Correct. Provide appropriate names and descriptions for any permissions you expose as part of your app. This helps users and admins know what they're agreeing to when they attempt to use your app's APIs."
36+
explanation: "Correct. Provide appropriate names and descriptions for any permissions you expose as part of your app. The description helps users and admins know what they're agreeing to when they attempt to use your app's APIs."
3537
- content: "Test your app in each tenant to ensure functionality."
3638
isCorrect: false
3739
explanation: "Incorrect. You should test your app in a tenant that has configured Conditional Access policies. Testing in every tenant isn't a best practice."
3840
- content: "Use names and descriptions that are only meaningful to your team."
3941
isCorrect: false
40-
explanation: "Incorrect. Provide appropriate names and descriptions for any permissions you expose as part of your app. This helps users and admins know what they're agreeing to when they attempt to use your app's APIs."
42+
explanation: "Incorrect. Provide appropriate names and descriptions for any permissions you expose as part of your app. The description helps users and admins know what they're agreeing to when they attempt to use your app's APIs."
4143
- content: "Which two ways do you declare app roles by using the Azure portal?"
4244
choices:
4345
- content: "Certificates and secrets."

learn-pr/wwl-sci/implement-app-registration/11-summary-resources.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.summary-resources
33
title: Summary and resources
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Summary and resources
68
description: "Summary and resources"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

learn-pr/wwl-sci/implement-app-registration/2-plan-your-line-business-application-registration-strategy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.plan-your-line-of-business-application-registration-strategy
33
title: Plan your line of business application registration strategy
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Plan your line of business application registration strategy
68
description: "Plan your line of business application registration strategy"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

learn-pr/wwl-sci/implement-app-registration/3-implement-application-registration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.implement-application-registration
33
title: Implement application registration
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Implement application registration
68
description: "Implement application registration"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

learn-pr/wwl-sci/implement-app-registration/4-register-application.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.register-application
33
title: Register an application
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Register an application
68
description: "Register an application"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

learn-pr/wwl-sci/implement-app-registration/5-configure-application-permission.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.configure-application-permission
33
title: Configure permission for an application
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Configure permission for an application
68
description: "Configure permission for an application"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

learn-pr/wwl-sci/implement-app-registration/6-grant-tenant-wide-admin-consent-application.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.grant-tenant-wide-admin-consent-to-application
33
title: Grant tenant-wide admin consent to applications
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Grant tenant-wide admin consent to applications
68
description: "Grant tenant-wide admin consent to applications"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

learn-pr/wwl-sci/implement-app-registration/7-implement-application-authorization.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
uid: learn.wwl.implement-app-registration.implement-application-authorization
33
title: Implement application authorization
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Implement application authorization
68
description: "Implement application authorization"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 11
15+
durationInMinutes: 2
1416
content: |
1517
[!include[](includes/7-implement-application-authorization.md)]

learn-pr/wwl-sci/implement-app-registration/8-add-app-roles-application-receive-tokens.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.implement-app-registration.add-app-roles-to-application-receive-tokens
33
title: Exercise add app roles to an application and receive tokens
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Exercise add app roles to an application and receive tokens
68
description: "Exercise add app roles to an application and receive tokens"
7-
ms.date: 12/18/2024
9+
ms.date: 03/31/2025
810
author: wwlpublish
911
ms.author: roberts
1012
ms.topic: unit

0 commit comments

Comments
 (0)