Skip to content

Commit cdd3899

Browse files
authored
public repo edits
1 parent 8a29101 commit cdd3899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ You can use the [Validate JWT](api-management-access-restriction-policies.md#Val
205205
</validate-jwt>
206206
```
207207
> [!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" />
208+
> This `openid-config` URL corresponds to the v1 endpoint. For the v2 `openid-config`endpoint, use
209+
> `https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration`.
210210
211211
## Build an application to call the API
212212

0 commit comments

Comments
 (0)