SAML SSO: User is being created but without roles

0
I am trying to implement Saml SSO. We are connected to the client´s idp but the user is being created with no role. This is the log: No user roles found for the provided user 'email@email.com'   Aside from that, in the configuration of the plugin I cannot select any other role other than Admin, even though we have multiple user roles in our system. Also I enabled custom user provisioning, as you can see, but the process CustomUserProvisioning is not being executed. I know that because I added several logs to the microflow but none are being registered in the mendix logs. This is the user provisioning configs I have:  
asked
1 answers
0

Hi Maximo Fernandez,

The plugin allows selecting one role at a time.

Ensure that the custom user provisioning microflow includes the following two parameters:

  1. UserInfoParameter of type UserCommons.UserInfoParam

  2. User of type System.User

Also, make sure the parameter names match exactly as shown in the reference image.

image.png

answered