forked from docs/doc-exports
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
4.4 KiB
4.4 KiB
Authorizing API Access
APIs using app authentication can only be called by credentials that have been authorized to call them.

- You can authorize credentials only to call APIs that use app authentication.
- A credential can be authorized to access a maximum of 1000 APIs.
Prerequisites
- You have published an API.
- You have created an environment.
- You have created a credential.
Procedure
- Go to the APIG console.
- Select a dedicated gateway at the top of the navigation pane.
- Choose API Management > API Groups.
- Click a group name.
- On the APIs tab, select the target API and choose More > Authorize Credentials.
- Click Select Credentials.
- Select an environment, search for and select desired credentials, and click OK. The authorized credentials are displayed on the Authorize Credentials page.
To cancel the authorization of a credential, click Cancel Authorization in the Operation column that contains the credential.
Follow-Up Operations
After you authorize a credential for an API, the API can be called by the credential using SDKs of different programming languages.
Parent topic: API Management