Environment REST Endpoints
Environment
OIC applications do not allow authenticated access from arbitrary origins. All domains belonging to arbitrary origins need to be registered in the allowed list of sites for cross-origin resource sharing (CORS) processing. Retrieve, create, and update the list of allowed sites for CORS processing. You need Administrator permissions to use these API functions.
- Create a List of Domains Allowed for CORS Processing
- Method: postPath:
/ic/api/integration/v1/environment/corsdomains
- Retrieve List of Domains Allowed for CORS Processing
- Method: getPath:
/ic/api/integration/v1/environment/corsdomains
- Update the List of Allowed Domains for CORS Processing
- Method: putPath:
/ic/api/integration/v1/environment/corsdomains