I am trying to handle user provisioning in Salesforce. We have decided that we should use a combination of Salesforce JIT (Just-in-time) and Azures provisioning. In order to correctly provision the user I need to send an Auth request to Azure and then Azure returns a payload with various information about that user. Right now it is returning Roles, but it is only returning 1 role.
A user can be in multiple groups that each have different roles in the application. I want to know, is there a way to get Azure to return all the roles a user has in that application after the user has been authenticated?
I have tried looking up documentation but I’m struggling to find something that can point me in the right direction. If you have docs that could help please send them.
Matthew H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.