API Guardian Guide
Introduction
This page provides a guide to how the standard API Guardian is configured for Memority, and how to use it.
API Zones
The following API Zones are automatically configured in the deployed API Guardian (builtin properties):
Id | Patterns | Description |
---|---|---|
CODE
|
CODE
| Access to AMCP configuration APIs |
CODE
|
CODE
| Access to AMCP Federation management APIs |
CODE
|
CODE
| Access to Audit configuration APIs |
CODE
|
CODE
| Access to Audit search APIs |
CODE
|
CODE
| Access to all BUM configuration APIs. |
CODE
|
CODE
| Access to BUM Features APIs. |
CODE
|
CODE
| Access to BUM Workflow Instances et User Tasks APIs |
CODE
|
CODE
| Access to BUM Application apps to mobile |
CODE
|
CODE
| Access to all I18N configuration APIs. |
CODE
|
CODE
| Access to all IDM configuration APIs. |
CODE
|
CODE
| Access to IDM Identities APIs. |
CODE
|
CODE
| Access to IDM Organization APIs. |
CODE
|
CODE
| Access to IDM Resource APIs. |
CODE
|
CODE
| Access to IDM Roles APIs. |
CODE
|
CODE
| Access to IDM Role Publications APIs. |
CODE
|
CODE
| Access to IDM Rights APIs. |
CODE
|
CODE
| Access to all NTF configuration APIs. |
CODE
|
CODE
| Access to all REP configuration APIs. |
CODE
|
CODE
| Access to REP Collection APIs. |
CODE
|
CODE
| Access to all SYNC configuration APIs. |
CODE
|
CODE
| Access to SYNC Orchestration Task Instances APIs. |
CODE
|
CODE
| Access to SYNC Synchronization Task Instances APIs. |
CODE
|
CODE
| Access to SYNC Provisioning Task Instances APIs. |
CODE
|
CODE
| Access to SYNC Export Task Instances APIs. |
CODE
|
CODE
| Access to all TCF configuration APIs |
These API zones definitions might evolve, the changes will be reported in this page.
API Access Right
The right used to provide access to API Zones is:
sys.api-zone-access
This is a RESOURCE scope right where targets are the API Zone identifiers as declared in the table above.
The sys.api-zone-access
only gives access to the API Zone at the level of the API Guardian service. The user still needs to have discrete rights to access the APIs on the targeted internal service.
For example, to have access to the configuration of Attribute Definitions on the IDM API, one would need the following rights:
Right | Target | Why? |
---|---|---|
CODE
| User needs to have the right to perform configuration operations on Attribute Definitions, on the IDM | |
CODE
|
CODE
| User needs to have the right to the |
The user should have right sys.ctd-super-admin to perform actions
OAuth2 Authentication
The API Guardian supports client authentication using an OAuth2 Access Token.