doc-exports/docs/apig/umn/apig-faq-2005023.html
Chen, Junjie 324aa7d3c4 APIG UMN 20240708 version
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>
2024-11-05 15:25:06 +00:00

1.1 KiB

How Do I Exclude a Specific IP Address for Identity Authentication of an API?

You can choose either of the following solutions:

  • Solution 1: Create an API that does not require authentication, and configure an access control policy to whitelist the IP address.
  • Solution 2: Create two APIs, one that uses IAM or app authentication and one that does not require authentication, and configure an access control policy to whitelist the IP address for the API that does not require authentication.