...
Gateway provides different mechanisms to manage authorization in secured environments. One of the most effective and powerful methods is secured endpoints
allowing MOC administrators to restrict restricting access to internal MOC endpoints though through configuration properties at the Gateway.
...
If token claims contains any of the next keys:
token_claim_name_one
ORtoken_claim_name_two
, and the value equals any ofexpected_value_one
ORexpected_value_two
then request will get theGrantedAuthorityNameToBeAssigned
as Granted Authority.
...