Hi, In Camunda7 SSO we have implement an Azure app registration and service principal for the users and roles. And then we extend the ContainerBasedAuthenticationProvider class to integrate with external IDP.
How does it work with Camunda8 SAAS for user login. Do we have to share the app registration and roles details to Camunda team via ticket? So the custom IDP roles will be mapped to Camunda organization roles?
Is there a possibility to give access to cluster alone and not to org level i.e. Camunda console and Admin even as a read access?
Another doubt I have is about process app access to Camunda8 SAAS for orchestration. Can that also use IDP or it has to use the Camunda client id and secret directly?