OIDC SSO default Role

0
Hi Team, As you know first time the user login will be written in Account table, the default role is always User. I would like to know if we can define login user role? What should I do?    
asked
1 answers
0

 

Hi. You have to modify the CUSTOM_UserProvisioning microflow in the OIDC Module to call your custom provisioning.

The standard one is something like this:

If the user already exists is going to assume the existing role otherwise it created a new account with the role that you define (last activities.
Hope this helps

Cheers

Alessandro

answered