Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To remove the 'Review profile' button from the form displayed when an account already exists in Keycloak, you can follow the below steps:

  1. Log in to the Keycloak admin console.
  2. Click on the realm that contains the user for which you want to remove the 'Review profile' button.
  3. Go to the 'Authentication' section from the left sidebar.
  4. Click on the 'Flows' tab and select the flow for which you want to remove the 'Review profile' button.
  5. Click on the 'Actions' button and select 'Copy'.
  6. Give a name to the new flow and click 'Copy'.
  7. Click on the new flow's name to edit it.
  8. Click on the 'Actions' button and select 'Configure'.
  9. Click on the 'Execution' tab and find the 'Review profile' execution in the flow.
  10. Click on the 'Actions' button next to it and select 'Disable'.
  11. Click on the 'Save' button.

The 'Review profile' button should now be removed from the form displayed when an account already exists in Keycloak.