Skip to content

Commit af282d1

Browse files
authored
Merge pull request #43785 from sathishkumar-tlb/patch-2
Updating api-management-howto-protect-backend-with-aad.md
2 parents b5b9efd + cdd3899 commit af282d1

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
@@ -203,6 +203,9 @@ You can use the [Validate JWT](api-management-access-restriction-policies.md#Val
203203
</required-claims>
204204
</validate-jwt>
205205
```
206+
> [!NOTE]
207+
> This `openid-config` URL corresponds to the v1 endpoint. For the v2 `openid-config`endpoint, use
208+
> `https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration`.
206209
207210
## Build an application to call the API
208211

0 commit comments

Comments
 (0)