Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Application Role Configuration queries

Shaik_Silar
New Contributor
New Contributor

Hi Team

We have a requirement where if we add new entitlement to the existing role it should go notification to the entitlement owner for his approval. Upon his approval only the entitlement should be added to the Application Role. Is it achievable in Saviynt?

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

Yes you can use custom assignment block with custom query


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

HI Rushikesh,

To add new entitlement for existing role Can we use the Role Modification Workflow in global config level ? question is if we add the new entitlement for existing role will Saviynt consider that as a Role modification? or we need to modify the existing workflow from security system itself by adding the custom query block?

Yes it will be role management workflow

select userkey from entitlement_owners where rank = 1 and entitlement_valuekey in (select distinct ra.accesskey from request_access ra where ra.requestkey=${ARSREQUEST.id} )

rushikeshvartak_0-1669743700934.png


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thanks Rushikesh, That works

Hi Team,

When we tried adding entitlement navigating to Identity Repository >> roles>>Add entitlement every thing works fine But When we try to add the entitlements to Application Role using Upload Role Associations

Getting the below highlighted message as we see in the knowledge document

Note: If My Uploads feature is enabled, instead of this page, you will be notified that a background job has started to upload roles.

But when we see the roles after some time we don't see any change i.e., No entitlement has been added to the existing role or it has not created any request to go for approval to entitlement owner

Is there a way to check this in the logs ? or Are we missing any config here

KirtiAjrot
Saviynt Employee
Saviynt Employee

Hi @Shaik_Silar ,

Yes you need to map the WF in the Role Modification Workflow in global config level .

Also, if you want to have the approval sent to the Entitlement owner, simply create the workflow using the access approval node and when an entitlement is added to the Role and you send it for approval - it shall by default be routed to the relevant entitlement owner for approval. You could configure your email notifications in the WF as required.

KA