Skip to content

Commit 3ad3cfe

Browse files
committed
more freshness updates
1 parent a45a917 commit 3ad3cfe

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

articles/active-directory/develop/security-best-practices-for-app-registration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ description: Learn about the best practices and general guidance for security re
44
services: active-directory
55
author: davidmu1
66
manager: CelesteDG
7-
87
ms.service: active-directory
98
ms.subservice: develop
109
ms.topic: conceptual
1110
ms.workload: identity
12-
ms.date: 06/17/2022
11+
ms.date: 01/05/2023
1312
ms.custom: template-concept
1413
ms.author: davidmu
15-
ms.reviewer: saumadan, marsma
1614
---
1715

1816
# Security best practices for application properties in Azure Active Directory
@@ -50,7 +48,7 @@ Scenarios that required **implicit flow** can now use **Auth code flow** to redu
5048

5149
Consider the following guidance related to implicit flow:
5250

53-
- Understand if [implicit flow is required](./v2-oauth2-implicit-grant-flow.md#suitable-scenarios-for-the-oauth2-implicit-grant). Don't use implicit flow unless [explicitly required](./v2-oauth2-implicit-grant-flow.md#suitable-scenarios-for-the-oauth2-implicit-grant).
51+
- Understand if [implicit flow is required](./v2-oauth2-implicit-grant-flow.md#suitable-scenarios-for-the-oauth2-implicit-grant). Don't use implicit flow unless explicitly required.
5452
- If the application was configured to receive access tokens using implicit flow, but doesn't actively use them, turn off the setting to protect from misuse.
5553
- Use separate applications for valid implicit flow scenarios.
5654

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ description: Learn about the basics of security tokens in the Microsoft identity
44
services: active-directory
55
author: davidmu1
66
manager: CelesteDG
7-
87
ms.service: active-directory
98
ms.subservice: develop
109
ms.topic: conceptual
1110
ms.workload: identity
12-
ms.date: 11/1/2022
11+
ms.date: 01/05/2023
1312
ms.author: davidmu
14-
ms.reviewer: jmprieur, saeeda, sureshja, ludwignick
1513
ms.custom: aaddev, identityplatformtop40, scenarios:getting-started, engagement-fy23
1614
#Customer intent: As an application developer, I want to understand the basic concepts of security tokens in the Microsoft identity platform.
1715
---

articles/active-directory/develop/v2-oauth2-auth-code-flow.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ title: Microsoft identity platform and OAuth 2.0 authorization code flow
33
description: Protocol reference for the Microsoft identity platform's implementation of the OAuth 2.0 authorization code grant
44
author: davidmu1
55
manager: CelesteDG
6-
76
ms.service: active-directory
87
ms.subservice: develop
98
ms.topic: reference
10-
ms.date: 07/29/2022
9+
ms.date: 01/05/2023
1110
ms.author: davidmu
1211
ms.reviewer: ludwignick
1312
ms.custom: aaddev, identityplatformtop40

0 commit comments

Comments
 (0)