37
Views
1
Comments
[Azure Authentication Provider] Not able to enter configuration if LifeTime Username contains uppercase letters
azure-authentication-provider
Web icon
Forge asset by João Miguel Pereira de Figueiredo

Hi,

We are trying to install this plugin but we ran into a bug. My LifeTime username contains uppercase letters, and the server action CheckLifeTimeUserRole returns False for my account. 


We did some digging and it is caused by the ToLower() function in front of the Username, which checks it with the incoming username (that might contain uppercase characters).



Is it possible to remove this ToLower() function infront of the PlatformUser.UserName ?


Kind Regards,


Bas de Jong

2012-10-08 11-59-27
Guilherme Pereira
Staff

HI Bas de Jong,


The component is open source and you're free to customize it to solve your own use case. We will not do the suggested change as it could potentially be breaking for our use case and for that reason we provide the component as is.


Cheers,

Guilherme


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.