Skip to content

Commit b4ecb33

Browse files
dlepowtomkerkhove
andauthored
Update articles/api-management/validate-jwt-policy.md
Co-authored-by: Tom Kerkhove <[email protected]>
1 parent 638ace4 commit b4ecb33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/api-management/validate-jwt-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The `validate-jwt` policy enforces existence and validity of a supported JSON we
179179

180180
```xml
181181
<validate-jwt header-name="Authorization" failed-validation-httpcode="401" failed-validation-error-message="Unauthorized. Access token is missing or invalid.">
182-
<openid-config url="https://contoso.ciamlogin.com/xxxxxxxxxxxxxx/v2.0/.well-known/openid-configuration" />
182+
<openid-config url="https://<tenant-name>.ciamlogin.com/<tenant-id>/v2.0/.well-known/openid-configuration" />
183183
<required-claims>
184184
<claim name="azp" match="all">
185185
<value>insert claim here</value>

0 commit comments

Comments
 (0)