We have users in active directory who have their UPN in camel case. ADFS login for IFS doesn’t work for these users.
We see that directory ID in User should be the upn but it is forced to uppercase in IFS. for example:
active directory UserPrincipleName : userName@domain.com
in IFS directory ID: USERNAME@DOMAIN.COM
our observation is that users with UPN in all lowercase in active directory can login without an issue.
Does IFS not support UPNs in mixed case?
any way to transform it in IFS so this doesn’t become a problem when authenticating and not satisfying the Claim Rule Set?