Skip to content

Commit 8a29101

Browse files
Updating api-management-howto-protect-backend-with-aad.md
Updating v2 endpoint details for oAuth 2.0
1 parent c31dbf6 commit 8a29101

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/api-management/api-management-howto-protect-backend-with-aad.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ You can use the [Validate JWT](api-management-access-restriction-policies.md#Val
204204
</required-claims>
205205
</validate-jwt>
206206
```
207+
> [!NOTE]
208+
> The above provided openid-config url corresponds to v1 endpoint. For v2 endpoint, use
209+
><openid-config url="https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration" />
207210
208211
## Build an application to call the API
209212

0 commit comments

Comments
 (0)