Keycloak Personal Info Screen upon login

Hi, we are currently trying to use Keycloak as part of authentication process. Currently all users are prompted to Manage their basic info as per screenshot provided. Note, username and email address are pre-populated - just blanked out for the purpose of the screenshot. Users can bypass this screen but how do we prevent this screen from appearing in the first place?

Many thanks

If you want to create a custom account console that does not show this screen, you can find more information here on customizing it Creating your own Console - Keycloak

Thanks xgp. Apologies I think there may have been crossed wires based on my original post. We are using Keyclock in front of a thrid party application for authentication purposes. Our users when trying to log into this third party application via SSO are consistently getting the keycloak webpage as per original post rather than the application homepage and have to click on the application link again which will in turn refresh the page showing the expected homepage.

Any further help you can provide would be greatly appreaciated.

You would need to provide a bit more information here. Maybe you are triggering the first-broker-login flow, that includes a review of the data?

So to really understand your problems, give info on :

  • which SSO mode is used (oidc or saml), and are the redirect URLS set up correctly?
  • How does keycloak get the user info ( ldap , custom provider, IdP broker? )
  • Are your flows customized? If so, how?