Skip to content

Commit 3021ec3

Browse files
committed
Restructure a single para to put references last
1 parent 598c2cd commit 3021ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-access-restriction-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ The following policy is the minimal form of the `validate-azure-ad-token` policy
612612

613613
#### Validate that audience and claim are correct
614614

615-
The following policy checks that the audience is the hostname of the API Management instance and that the `ctry` claim is `US`. For more details on optional claims, read [Provide optional claims to your app](/azure/active-directory/develop/active-directory-optional-claims). The decoded JWT is provided in the `jwt` variable after validation.
615+
The following policy checks that the audience is the hostname of the API Management instance and that the `ctry` claim is `US`. The decoded JWT is provided in the `jwt` variable after validation. For more details on optional claims, read [Provide optional claims to your app](/azure/active-directory/develop/active-directory-optional-claims).
616616

617617
```xml
618618
<validate-azure-ad-token tenant-id="{{aad-tenant-id}}" output-token-variable-name="jwt">

0 commit comments

Comments
 (0)