How to avoid to ask user details on the SP

Hello everyone,
when a user connect via Keycloak as Service Provider to an external IDP, user details are asked to the user at the first connection.


So I don’t want to show this screen.
I’m a beginner with keycloak and I don’t find how to do it easily.
Is it possible for you yo help me on this subject ?
Thanks in advance

In the Keycloak Admin, select “Authentication” from the menu. Select “First Broker Login” from the dropdown. Set the “Review Profile” authenticator (should be first in the list) to “DISABLED”. That should link the account from an external IdP without asking the user to review profile details.

1 Like

Thanks a lot. It’s exactly what I needed.