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?