Case sensitive issue while SAML validation.

0
Hi All,  We have implemented SSO via SAML in our application.  SSO is working only with lower case of Email address. For example, our existing system has user ids with CAML cases / upper cases as well. For example; It works for rishabh.kumar@mendix.com but not for Rishabh.Kumar@mendix.com. Could you kindly suggest if there is any way to handle this scenario. Regards, Rishabh
asked
1 answers
0

Dis you see the documentation here: https://docs.mendix.com/appstore/modules/saml/ ?

This part:

In Mendix version 7, all user names passing through the SAML module are converted to lower-case before login and creation. We strongly advise you to convert all existing and new user names to lower-case as well. 

Or solve it to create an extra attribute in the account entity SSOLoginName. In that field you could specify how exactly the account name should be and retrieve the account based on that field.

Regards,

Ronald

 

answered