We would like to get a list of identities with a given entitlement. Specifically, we are wanting all identity objects that have a given entitlement in Entra.
Fair enough. I could have been clearer. I was looking for Java code that could be included in a BuildMap rule to run a query for identities that had a specific entitlement.
Do you need this rule in IIQ or ISC? In ISC you cannot use context object to find the application and use QueryOptions to filter for the required entitlement.
Hi Uday, I need this in ISC. In IIQ, I would use the QueryOptions and this would be easy. I am looking for a way to do this in ISC. This entitlement does have its own access profile if that helps.