Use Attributes from SAML response to Create Users.

0
In my use case, I receive the email address attribute only from the metadata file, and in the response, I receive the user role and user ID. I now want to retrieve the user role and user ID from the response and save them in a database.How can I accomplish this?
asked
1 answers
0

Did you follow the documentation here: https://docs.mendix.com/appstore/modules/saml/#42-provisioning?

This will allow you to retrieve those values and do the stuff you want to do.

Regards,

Ronald

 

answered