Access Request | Before provisioning Rule

Hi All ,

I am raising a request to create AD account through role and in before provisioning Rule , I am updating plan and adding accountRequests and attributeRequest in the plan.

Is there a way I can display these attributes and accountRequest in accessRequest?

Hi @ambuj96,

you can print the plan with plan.toXml() or the object thta you want

Hey @enistri_devo . The issue is not with Plan .

The issue is updates in the provisioning plan in before provisioning Rule is not showing up in access Request .

Do you mean, you need to show it in My Work → Access Request UI?

Whatever attributes requests or account request you add it in plan, you will see in UI by default.

Yes , I need to show them in UI but somehow it’s not showing up . In administrative console I am able to see access Request ID but in UI it’s not showing up . Any idea what else could be done?

@ambuj96
You are not able to see complete access request or only the attribute requests that you added it in before provisioning rule ?

only the attributes and account Requests which I added in before provisioning Rule

@ambuj96

  1. Are those attributes are already added Schema ?
  2. There will be incoming account request. You can manipulate that. But why have you added new account request ?
  3. If possible, can you send your code.

@ambuj96

This should come once you run the perform maintenance task when the actual provisioning is getting triggered and request is processed , but not at the point of request submission or approvals.

It will by default come once you updated plan in the before provisions plan. Like if you remove certain attributes then those attributes will be removed from access request and will work for add also or if you update (disable) then that disable operation also will come access request once the access request is completed you can check that and you will find them.

@ambuj96 you will get in provisioning transition in identity request automatically. You wont be able to find in Item but in provisioning transition of access request you can see them. Check your IIQ version may be old does not have but 8.3 and 8.4 does have. Earlier i have not noticed so cant commit

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.