question

JeffNelson-3139 avatar image
0 Votes"
JeffNelson-3139 asked JeffNelson-3139 answered

MIMWAL Delta Lookup

I have an Authz Activity

[//Delta/ExplicitMember/Added/msidmPamRequestRole] returns all values from the Request body. How can I isolate just msidmPamRequestRole so that I can load the returned ref vale into WorkflowData.

Thanks Jeff.

microsoft-identity-manager
image.png (21.6 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JeffNelson-3139 avatar image
0 Votes"
JeffNelson-3139 answered

[//Delta//msidmPamRequestRole] was all that was needed. So I was able to determine the msidmPamRole/Owner and from that determine the email address of the msidmPamRole/Owner to inject into the 'To' recipient of the MIMWAL Send Email Notification Activity.

Notes:

Combining the Resource Lookups with the Email Notification Activity proved to be problematic...so I separated them out into separate steps in the Workflow.

It works fine when there is a single Owner for msidmPamRole...but fails when there are multiple Owners. Will post how to do this when I figure it out unless anyone else already knows.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.