Keycloak skip LDAP provider when authenticating user through specific client

Hi Guys,

i got a Keycloak server (RedHat SingleSingOn 7.3.3 GA, but under the hood is a Keycloak) with a realm that has to two User Federation providers configured, a LDAP provider with priority=0 bound to our active directory and a custom User Storage Provider with priority=1 that finds and validates external users against a local SqlServer database.

Given this configuration, i’d like to know if it’s possible for a specific client to skip the LDAP provider and use only the custom User Storage provider for authenticating the users.

I’ve already checked the documentation, but found nothing useful.

Does anyone know how to achieve such behaviour or provide such configuration?

Thanks in advance for any help.