...
The policy checks if the JWT token is valid
If valid, the policy processes the request
If invalid, the policy discards the request
The JWT token works with the Authorize by Role policy. The value for the JWTtoken role is the value for the Role field in the Authorize by Role Policy.
Policy Execution Order
This JWT Validator policy executes after the request has been authorized.
...