Skip to content

Commit 9ccc13b

Browse files
fix warning
1 parent b2b0c5f commit 9ccc13b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-apps/authentication-entra.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ To register the app, perform the following steps:
108108
1. Select **Microsoft** in the identity provider dropdown.
109109
1. For **App registration type**, you can choose to **Pick an existing app registration in this directory** which automatically gathers the necessary app information. If your registration is from another tenant or you don't have permission to view the registration object, choose **Provide the details of an existing app registration**. For this option, you need to fill in the following configuration details:
110110

111-
> [!WARNING] Whenever possible, avoid using implicit grant flow. In most scenarios, more secure alternatives are available and recommended. Certain configurations of this flow requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows aren't viable. For more information, see the [security concerns with implicit grant flow](/entra/identity-platform/v2-oauth2-implicit-grant-flow#security-concerns-with-implicit-grant-flow).
111+
> [!WARNING]
112+
> Whenever possible, avoid using implicit grant flow. In most scenarios, more secure alternatives are available and recommended. Certain configurations of this flow requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows aren't viable. For more information, see the [security concerns with implicit grant flow](/entra/identity-platform/v2-oauth2-implicit-grant-flow#security-concerns-with-implicit-grant-flow).
112113
113114
|Field|Description|
114115
|-|-|

0 commit comments

Comments
 (0)