Issue
I am trying to bypass the "Update Account Information" page when logging in via SSO (SAML 2.0) on our self-hosted Appsmith instance. I know it can be disabled in Keycloak by disabling required fields, but I'm not sure how to access Keycloak settings from our instance.
Resolution
To bypass the "Update Account Information" page upon initial login via SSO (SAML 2.0), it is possible to disable the required fields in Keycloak. To access Keycloak settings, navigate to /auth
on the self-hosted Appsmith instance. For example, if the Appsmith instance is located at myappsmith.com
, Keycloak can be accessed at myappsmith.com/auth
. Once in Keycloak settings, the required fields can be disabled to bypass the information update page upon login.
For detailed steps on how to achieve this, please follow our official documentation on how to disable the account update setting.