Limit revocation of all responsibilities
The setting in the AMSConfig.xml file can be modified to prevent revocation of all responsibilities assigned to users in a selected Oracle connection.
By default, you can revoke all responsibilities assigned to users in the selected Oracle connection. This means that there can be user accounts in Oracle without any responsibility assignments.
This setting is applicable for these Oracle requests as responsibilities can be revoked using them:
- Responsibility Assignment Management request to revoke responsibilities assigned to a user in the selected connection.
- User Re-Provisioning request to revoke responsibilities assigned to a user in the selected connection.
This default setting can be modified to ensure that all responsibilities assigned to a user are not revoked. Users should have at least one responsibility assignment in the selected connection.
For this, you need to modify the file AMSConfig.xml . This figure is an example of the default setting:
enablezeroassignment_AMSConfig.xml
Configure the xml as :
XML file name and path | [InstallPath]\BizRightsPresentation\xml\AMSConfig.xml |
Tag | <enablezeroassignment>< |
Node |
enablezeroassignment>true</enablezeroassignment>
|
Configuration settings | Change the default value to
false to ensure that all responsibility
assignments are not revoked through requests.
|
Default | The default is
true . All responsibilities assigned to a user in
Oracle can be revoked.
|