Parameter | Description |
List of Users | Authorizes incoming requests against a list of users configured in Microgateway in the users.cnf file. |
List of Groups | Authorizes incoming requests against a list of groups configured in this policy. This is performed by delegating the authorization to API Gateway to verify if the user identified from the request belongs to any groups configured in the policy. The delegation to API Gateway is achieved when the property user_auth is set as delegated. When the property user_auth is not set as delegated, the policy executes this condition as false. Note: You cannot use the List of Groups configuration option to authorize the LDAP groups. |
List of Teams | Authorizes incoming requests against a list of teams configured in this policy. This is performed by delegating the authorization to API Gateway to verify if the user identified from the request belongs to any team configured in the policy. The delegation to API Gateway is achieved when the property user_auth is set as delegated. When the property user_auth is not set as delegated, the policy executes this condition as false. |