Hi,
we have a use case in our setup where we need to regularly import the users from an ldap source, but users should not be able to login using this source. Creating the users (with their attributes) in Keycloak is enough.
Is there a way to make this possible with the functionality in Keycloak? I know I can achieve this with an external script that sends the data via REST API, but I’m hoping to avoid that.
Thanks in advance for the advice!