cancel
Showing results for 
Search instead for 
Did you mean: 

IdM & GRC Provisioning

Murali_Shanmu
Active Contributor
0 Kudos

Hi,

We have setup IdM and GRC using a Centralized provisioning approach with a result polling option.

When I assign the first role to a new user, I do not want this request to go to GRC-AC for risk analysis. Since there will be only one role, it does not make sense for the request to go to GRC-AC. I know this is possible as I have seen a demonstration in an SAP TechEd 2010.

Any suggestions ?

Cheers,

Murali.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You could do a switch task based on the number of roles being assigned and currently assigned.

I don't have a machine in front of me but something like:

select count(mcothermskey) from idmv_vallink_basic where mcthismskey = %MSKEY%.

Case 0

Case Else

You'll probably also want to count the current pending objects as you'll want to send it to GRC if more then one is being assigned at the same time.

Peter

Murali_Shanmu
Active Contributor
0 Kudos

Thanks Peter. I was hoping that there was some out-of-box functionality for this, may be setting value for a parameter etc.

Thanks for the hint.

Cheers,

Murali

Answers (0)