We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f023f5 commit 9945d35Copy full SHA for 9945d35
articles/api-management/validate-azure-ad-token-policy.md
@@ -6,7 +6,7 @@ author: dlepow
6
7
ms.service: api-management
8
ms.topic: article
9
-ms.date: 03/18/2024
+ms.date: 06/24/2024
10
ms.author: danlep
11
---
12
@@ -53,7 +53,7 @@ The `validate-azure-ad-token` policy enforces the existence and validity of a JS
53
<!-- if there are multiple possible allowed values, then add additional value elements -->
54
</required-claims>
55
<decryption-keys>
56
- <key>certificate-id="mycertificate"</key>
+ <key>Base64 encoded signing key | certificate-id="mycertificate"</key>
57
<!-- if there are multiple keys, then add additional key elements -->
58
</decryption-keys>
59
</validate-azure-ad-token>
0 commit comments