Skip to content

Commit fd3269f

Browse files
committed
SFI - Remediate ROPC and implicit grant flow
1 parent ff67e1d commit fd3269f

File tree

5 files changed

+19
-22
lines changed

5 files changed

+19
-22
lines changed

articles/active-directory-b2c/application-types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ description: Learn about the types of applications you can use with Azure Active
55

66
author: kengaderdus
77
manager: CelesteDG
8-
ms.service: active-directory
8+
ms.service: azure-active-directory
99
ms.topic: concept-article
1010
ms.date: 10/11/2024
11-
ms.author: kengaderdus
1211
ms.subservice: B2C
1312

1413

articles/active-directory-b2c/partner-asignio.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: gargi-sinha
66
manager: martinco
77
ms.service: active-directory
88
ms.topic: how-to
9-
ms.date: 10/03/2024
9+
ms.date: 10/11/2024
1010
ms.author: gasinh
1111
ms.reviewer: kengaderdus
1212
ms.subservice: B2C
@@ -95,12 +95,10 @@ Learn more: [Application types that can be used in Active Directory B2C](applica
9595

9696
For this tutorial, you're registering `https://jwt.ms`, a Microsoft web application with decoded token contents that don't leave your browser.
9797

98-
### Register a web application and enable ID token implicit grant
98+
### Register a web application
9999

100-
Complete [Tutorial: Register a web application in Azure Active Directory B2C](tutorial-register-applications.md?tabs=app-reg-ga)
100+
Complete the steps in [Tutorial: Register a web application in Azure Active Directory B2C](tutorial-register-applications.md?tabs=app-reg-ga) article.
101101

102-
>[!NOTE]
103-
>Enable implicit flow only for testing purposes. Don’t enable implicit flow in production.
104102

105103
## Configure Asignio as an identity provider in Azure AD B2C
106104

articles/active-directory-b2c/partner-itsme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ description: Learn how to integrate Azure AD B2C authentication with itsme OIDC
55

66
author: gargi-sinha
77
manager: martinco
8-
ms.service: active-directory
8+
ms.service: azure-active-directory
99
ms.topic: how-to
1010
ms.date: 10/11/2024
11-
ms.author: kengaderdus
1211
ms.subservice: B2C
1312

1413

articles/active-directory-b2c/partner-trusona.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: gargi-sinha
66
manager: martinco
77
ms.service: active-directory
88
ms.topic: how-to
9-
ms.date: 10/03/2024
9+
ms.date: 10/11/2024
1010
ms.author: gasinh
1111
ms.subservice: B2C
1212
zone_pivot_groups: b2c-policy-type
@@ -110,18 +110,22 @@ To register a web application in your Azure AD B2C tenant, use our new unified a
110110
1. Select **Register**.
111111

112112
### Enable ID token implicit grant
113-
If you register this app and configure it with `https://jwt.ms/` app for testing a user flow or custom policy, you need to enable the implicit grant flow in the app registration:
114113

115-
1. In the left menu, under **Manage**, select **Authentication**.
114+
You can enable implicit grant flow to use this app registration to [test a user flow for testing purposes](add-sign-up-and-sign-in-policy.md?pivots=b2c-user-flow#test-the-user-flow).
116115

117-
1. Under **Implicit grant and hybrid flows**, select **ID tokens (used for implicit and hybrid flows)** check boxes.
116+
1. Select the app registration you created.
117+
118+
1. Under **Manage**, select **Authentication**.
119+
120+
1. Under **Implicit grant and hybrid flows**, select both the **Access tokens (used for implicit flows)** and **ID tokens (used for implicit and hybrid flows)** check boxes.
118121

119122
1. Select **Save**.
120123

121-
::: zone pivot="b2c-user-flow"
122124

123-
>[!NOTE]
124-
>Enable implicit flow only for testing purposes. Don’t enable implicit flow in production.
125+
> [!NOTE]
126+
> If you enable implicit grant to test a user flow, make sure you disable the implicit grant flow settings before you deploy your app to production.
127+
128+
::: zone pivot="b2c-user-flow"
125129

126130
## Step 3: Configure Trusona Authentication Cloud as an IdP in Azure AD B2C
127131

articles/active-directory-b2c/partner-xid.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: gargi-sinha
66
manager: martinco
77
ms.service: active-directory
88
ms.topic: how-to
9-
ms.date: 10/03/2024
9+
ms.date: 10/11/2024
1010
ms.author: gasinh
1111
ms.subservice: B2C
1212

@@ -74,12 +74,9 @@ Learn more: [Application types that can be used in Active Directory B2C](applica
7474

7575
For testing, you register `https://jwt.ms`, a Microsoft web application with decoded token contents, which don't leave your browser.
7676

77-
### Register a web application and enable ID token implicit grant
77+
### Register a web application
7878

79-
Complete [Tutorial: Register a web application in Azure AD B2C](tutorial-register-applications.md?tabs=app-reg-ga)
80-
81-
>[!NOTE]
82-
>Enable implicit flow only for testing purposes. Don’t enable implicit flow in production.
79+
Complete the steps in [Tutorial: Register a web application in Azure Active Directory B2C](tutorial-register-applications.md?tabs=app-reg-ga) article.
8380

8481
<a name='create-a-xid-policy-key'></a>
8582

0 commit comments

Comments
 (0)