I have a scenario where thousands of users have email id in the username column who have to use kolibri. I used kolibri openID connect plugin to mitigate this process. the userinfo token has username, email and other details which is passed to kolibri. I cannot pass email ids as username as a validation error is raised.
Is there a way to use email as login in kolibri and to prioritise emailid for kolibri login in OIDC callback? can i avoid dealing with username validation error for lot of users if i go with this approach.
Has anybody tried this approach. please guide me in resolving this.
My understanding is that email for sign in should work in these circumstances. To better understand your situation and provide accurate guidance, could you please provide us with some additional details? Specifically:
Could you kindly let us know which OpenID Connect provider you are using for your setup? Along with this, as much detail about your specific environment as possible would be very helpful.
It would be extremely helpful if you could share the logs from Kolibri, especially any error messages that you encounter. Also, please provide the version of Kolibri you are using, as this will help us replicate your environment accurately.
Could you provide details about the configuration in your options.ini file? This will enable us to better understand your setup.
Lastly, can you tell us what specific validation errors you’re seeing? Screenshots or Copy/Pasting of the message would be fine here.
We have got lots of users using their email address as username for their desktop learning softwares. we have the data stored in keycloak. kolibri oidc client plugin was used to access KOLIBRI from keycloak. But the problem is there are already tens of thousands of users having emailids as username in keycloak. But in kolibri, a validation error is raised that special characters are not allowed i.e., @, when a emailID in username field is passed to kolibri in the usertoken.
Other issue is kolibri allows only username and password for login. we only have data of full name and their emailIDs. we cant set the usernames on the users behalf as they are blind. Is there any documentation to have emailID field and Password field for login???