Hello everyone,
Access Request Decision trigger does not seem to be returning removeDate - expiration date from the access request, even though it was entered. How do I retrieve it?
Hello everyone,
Access Request Decision trigger does not seem to be returning removeDate - expiration date from the access request, even though it was entered. How do I retrieve it?
Hi @lukas_ceremeta ,
As per Access Request Submitted | SailPoint Developer Community, the input to the subscribing services doesn’t include removeDate
attribute.
Understood that removeDate
attribute is present in the response of list-pending-approvals | SailPoint Developer Community API call.
You may refer to below on how to fetch it in the workflow:
Missing ‘removeDate’ Attribute in Access Request Submitted Event - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community
Hope this helps.
Thanks,
Shailee
It is for access request decision so its not pending. I think using list-access-request-status | SailPoint Developer Community might be better since I can directly use access request ID.
Also, is there a nice guide on how to set up HTTP Request when using IDN calls?
Cant get it to work for some reason…
Hi @lukas_ceremeta,
Take a look at these discussion and see if it helps you.
Sadly it did not as they use different approaches.
First one uses one HTTP request to request access token and then another request for the api call. This does not make sense when HTTP request itself allows to supply authentication info and his method uses secret as plain text.
Second one cant even be imported so I have to look into the json itself but it doesnt use 2 requests.