is there any way to remove uniqueness of identifier. eg - in my case i have multiple password identifier like - email, username etc. uniqueness of email is okay but can i somehow remove the uniqueness of username. so user can login with username and email both. and i know many peoples will end up with same name but is it possible with kratos? if yes then how ? and in case two username with same name and password ? . Just curious to know😀
h
high-optician-2097
06/05/2022, 3:36 PM
how would the system know who to sign in if multiple users have the same email address?
l
lively-flower-51944
06/06/2022, 9:37 AM
one more thing how will we provide oidc(jsonnet file) with helm chart installation on k8s.
d
dazzling-umbrella-68075
06/06/2022, 6:17 PM
In the values.yml 👉 kratos.identitySchemas
l
lively-flower-51944
06/07/2022, 9:37 AM
then they will be converted into JSON right? not jsonnet. JSON will be still valid but how json can serve functionality of jsonnet. or AM i wrong?
lively-flower-51944
06/07/2022, 9:42 AM
oh sorry i got your point we can define file name as well. thanks man
😀