Hello to all of you,
We are starting to have some use cases where we need to provision rights in multiple sources for a single app :
For example SaaS solution with SSO :
- Access to app is managed in our Azure AD with a AAD group
- Access Profiles are managed inside the app using direct connectors
How can we manage this to publish access for the user into a single app in the request center ?
We thought of using roles for this, but it means that the notion of application will disappear or we need to have a very strict naming rule of our roles. In this model, we may have this :
-
Role 1 : “App X : Access Profile A”
- Access Profile 1 : “App X : Access to application” (using AAD user group)
- Access Profile 2 : "App X : Access Profile A " (using SaaS Connector)
-
Role 2 : “App X : Access Profile B”
- Access Profile 1 : “App X : Access to application” (using AAD user group)
- Access Profile 2 : "App X : Access Profile B " (using SaaS Connector)
Thanks in advance for your ideas