Skip to content

Commit a75eaa7

Browse files
committed
update image
1 parent b12e982 commit a75eaa7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

789 Bytes
Loading

support/entra/entra-id/app-integration/troubleshoot-consent-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshooting consent issues in Microsoft Entra ID
33
description: Helps you troubleshoot and resolve consent issues in Microsoft Entra ID.
4-
ms.date: 01/1/2025
4+
ms.date: 01/13/2025
55
ms.reviewer: willfid, v-weizhu
66
ms.service: entra-id
77
ms.custom: sap:App registrations
@@ -58,11 +58,11 @@ To determine why the consent prompt appears, get the sign-in request and examine
5858

5959
A sign-in request should look like the following one:
6060

61-
- Microsoft Entra V1 OAuth2 endpoint:
61+
- V1 OAuth2 endpoint:
6262

6363
`https://{Aad-Instance}/{Tenant-Id}/oauth2/authorize?client_id={App-Id}&response_type=code&redirect_uri={redirect-uri}&resource={App-URI-Id}&scope={Scope}&prompt={Prompt}`
6464

65-
- Microsoft Entra V2 OAuth2 endpoint:
65+
- V2 OAuth2 endpoint:
6666

6767
`https://{Aad-Instance}/{Tenant-Id}/oauth2/v2.0/authorize?client_id={App-Id}&response_type=code&redirect_uri={redirect-uri}& scope={Scope}&prompt={Prompt}`
6868

0 commit comments

Comments
 (0)