Bypass Authentication and Authorization in iPLASS #1665
-
|
I want to write a API for testing, how can i bypass authen and author for specific API like in Spring |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @kyowanghwe, thanks for using iPLAss. To disable authentication and authorization control for each Web API, set Web API Configuration If you don't want to change the access policy of the Web APIs just for testing, please consider creating a test-specific user and a role as an alternative. |
Beta Was this translation helpful? Give feedback.

Hi @kyowanghwe, thanks for using iPLAss.
To disable authentication and authorization control for each Web API, set
Privilege executetotrue.This setting can be configured either in the Admin Console or by using the
@WebApiannotation of the Command class.Web API Configuration
WebApi Annotation
If you don't want to change the access policy of the Web APIs just for testing, please consider creating a test-specific user and a role as an alternative.
While you cannot disable authentication for Web API calls, you can control user permissions for each Web API.
Entity Permissions
Web API Permissions