Skip to content

Commit 85d93bc

Browse files
authored
add images
1 parent 058dfc5 commit 85d93bc

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ To determines the client type, use one of the following methods:
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.
64-
- A **Public client (mobile & desktop)** type redirect URI classifies the application as a **public client**.
64+
65+
:::image type="content" source="media/confidential-client-application-authentication-error-aadsts7000218/web-client-type.png" alt-text="Screenshot that shows a Web type redirect URI" lightbox="media/confidential-client-application-authentication-error-aadsts7000218/web-client-type.png":::
66+
- A **Mobile and desktop applications** type redirect URI classifies the application as a public client.
67+
68+
:::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":::
6569

6670
- Use the default client type (when no reply URL is provided):
6771

@@ -79,7 +83,7 @@ Review the application code or capture a [Fiddler](https://blogs.aaddevsup.xyz/2
7983

8084
Here's an example of Fiddler trace:
8185

82-
:::image type="content" source="media/confidential-client-application-authentication-error-aadsts7000218/grant-type.png" alt-text="Screenshot hat shwos a Fiddler trace example" lightbox="media/confidential-client-application-authentication-error-aadsts7000218/grant-type.png":::
86+
:::image type="content" source="media/confidential-client-application-authentication-error-aadsts7000218/grant-type.png" alt-text="Screenshot that shows a Fiddler trace example" lightbox="media/confidential-client-application-authentication-error-aadsts7000218/grant-type.png":::
8387

8488
Common OAuth 2.0 flows and their associated `grant_type` values are listed below:
8589

Loading
Loading

0 commit comments

Comments
 (0)