Skip to content

Commit bed375e

Browse files
authored
updateupdate
1 parent aa13f39 commit bed375e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/entra/entra-id/app-integration/confidential-client-application-authentication-error-aadsts7000218.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the Microsoft Entra App Registration model, a registered application can be b
5757

5858
## How Microsoft Entra ID determines the client type
5959

60-
- Method 1: Use the type of the redirect URI (reply URL):
60+
- Method 1: Use the type of the redirect URI (reply URL)
6161

6262
Microsoft Entra ID checks the redirect URI (reply URL) provided in the request and cross-checks it with the redirect URI registered in the App Registrations.
6363
- A **Web** type redirect URI classifies the application as a confidential client.
@@ -67,7 +67,7 @@ In the Microsoft Entra App Registration model, a registered application can be b
6767

6868
:::image type="content" source="media/confidential-client-application-authentication-error-aadsts7000218/public-client-type.png" alt-text="Screenshot that shows a public type redirect URI" lightbox="media/confidential-client-application-authentication-error-aadsts7000218/public-client-type.png":::
6969

70-
- Method 2: Use the **Enable the following mobile and desktop flows** option (when no reply URL is provided):
70+
- Method 2: Use the **Enable the following mobile and desktop flows** option (when no reply URL is provided)
7171

7272
In some OAuth 2.0 flows, such as the [OAuth 2 Resource Owner Password Credentials (ROPC)](/azure/active-directory/develop/v2-oauth-ropc) grant flow, [OAuth 2 device authorization grant flow](/entra/identity-platform/v2-oauth2-device-code) and Integrated Windows Authentication, there is no reply URL provided in the token request. In these cases, Microsoft Entra ID uses the app registration's **Enable the following mobile and desktop flows** to determine whether the client is confidential or public.
7373

0 commit comments

Comments
 (0)