Hello everyone,
I want to authenticate my user with a third attribute.
As i can see, it’s not implemented by default.
Has anyone ever met the need and solved it ?
I didn’t find any discussions about it
Thanks
Hello everyone,
I want to authenticate my user with a third attribute.
As i can see, it’s not implemented by default.
Has anyone ever met the need and solved it ?
I didn’t find any discussions about it
Thanks
Can you give an example of a “third attribute”? Do you mean something like a phone number? It is possible to build custom Authenticators in Keycloak to do this. The developer documentation is a good place to start: Server Developer Guide
For exemple employeeNumber and uid. I want to reproduce the Username Or Email authenticator but with extra attributes. I don’t even know how to reproduce this.
Well if I need to dev, it will be a bit difficult.