I’m encountering an interesting yet persistent scenario that spans multiple applications and connector types. In these cases, when a user requests access, they are required to provide additional attributes , such as Location and Unit Number , which are essential for the provisioning.
We’ve already implemented forms to handle the UI aspect, allowing users to select these additional values. The challenge now lies in passing these values into the provisioning plan effectively.
Has anyone tackled a similar use case or can suggest a approach to achieve this?
I had something similar where i had to pass the data from interactive forms to the provisioning plan during access request.
So i went with the entitlement request (using the HTTP Operation) & then inside clientMetadata included the data with my own set of key and values.