Skip to content

Commit 89c04a5

Browse files
authored
Update validate-azure-ad-token-policy.md
1 parent e1e6561 commit 89c04a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/validate-azure-ad-token-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `validate-azure-ad-token` policy enforces the existence and validity of a JS
3030
header-name="name of HTTP header containing the token (alternatively, use query-parameter-name or token-value attribute to specify token)"
3131
query-parameter-name="name of query parameter used to pass the token (alternative, use header-name or token-value attribute to specify token)"
3232
token-value="expression returning the token as a string (alternatively, use header-name or query-parameter attribute to specify token)"
33-
authentication-endpoint="Microsoft Entra ID environment endpoint, prefix https:// is optional"
33+
authentication-endpoint="Microsoft Entra ID environment endpoint"
3434
failed-validation-httpcode="HTTP status code to return on failure"
3535
failed-validation-error-message="error message to return on failure"
3636
output-token-variable-name="name of a variable to receive a JWT object representing successfully validated token">

0 commit comments

Comments
 (0)