Skip to content

Commit 80032c9

Browse files
authored
document update
1 parent e948a0a commit 80032c9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/healthcare-apis/register-application-cli-rest.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ echo $clientsecret
9595

9696
## Change the flag for public client applications
9797

98-
For public client applications that use the OAuth authorization protocol or features as described in
99-
[Public client and confidential client applications](https://learn.microsoft.com/en-us/entra/identity-platform/msal-client-applications#when-should-you-enable-a-public-client-flow-in-your-app-registration), change the **Allow public client flows** flag to **Yes**. For confidential client applications, skip this step.
98+
For public client applications that use the OAuth authorization protocol or features as described in [Public client and confidential client applications](https://learn.microsoft.com/en-us/entra/identity-platform/msal-client-applications#when-should-you-enable-a-public-client-flow-in-your-app-registration), change the **Allow public client flows** flag to **Yes**. For confidential client applications, skip this step.
10099

101100
[![Allow public client flows](media/app-registration-public-client.png)](media/app-registration-public-client.png#lightbox)
102101

articles/healthcare-apis/register-application.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ If you keep this default value, the application registration is a **confidential
3939

4040
[ ![Screenshot of confidential client application.](media/register-application-five.png) ](media/register-application-five.png#lightbox)
4141

42-
If you change the default value to "Yes" for the "Allow public client flows" option in the advanced setting, the application registration is a **public client application** and a certificate or secret isn't required. The "Yes" value is useful when you want to build a public client application using the OAuth authorization protocol or features as described in
43-
[Public client and confidential client applications](https://learn.microsoft.com/en-us/entra/identity-platform/msal-client-applications#when-should-you-enable-a-public-client-flow-in-your-app-registration).
42+
If you change the default value to "Yes" for the "Allow public client flows" option in the advanced setting, the application registration is a **public client application** and a certificate or secret isn't required. The "Yes" value is useful when you want to build a public client application using the OAuth authorization protocol or features as described in [Public client and confidential client applications](https://learn.microsoft.com/en-us/entra/identity-platform/msal-client-applications#when-should-you-enable-a-public-client-flow-in-your-app-registration).
4443

4544
For tools that require a redirect URL, select **Add a platform** to configure the platform.
4645

0 commit comments

Comments
 (0)