Skip to main content

7.3.1-authorization-creation

7.3.1 Authorization Creation

Process of Creating Account Authorization: Integration Platform -> API Gateway -> Authorization Mgt -> Create

Instructions for Authorization Completion:

  • Policy Name: Name of the new authorization. Required.
  • Access Mode: There are two access modes Account Access and Anonymous Access. The default is Account Access. Anonymous Access does not perform authorization management to the account.
  • Account Name: Select from the pull-down menu; Select from the account names created in Account Mgt. Required.
  • Accessible API services: Select APIs from the API service list in the pull-down menu. Required. Open API must support authorization at the interface level rather than the service level.
  • Available Client IPs: Specifies the client IPs that can access the API. Empty by default, meaning there are no restrictions on client IPs.

Note: Authorization Mgt can provide dual authorization for both the account and the client IP, or separately for either the account or the client IP. If an authorization management includes both account and client IP, access is only permitted when both conditions are met.

Different authorization settings can repeatedly configure the available client IPs and accessible APIs for the same account. The final authorization scope for the account is the union of all configurations.