is there any way to remove uniqueness of identifie...
# ory-selfhosting
l
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
how would the system know who to sign in if multiple users have the same email address?
l
one more thing how will we provide oidc(jsonnet file) with helm chart installation on k8s.
d
In the values.yml 👉 kratos.identitySchemas
l
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?
oh sorry i got your point we can define file name as well. thanks man 😀