Hello everyone.
When testing my app, after I login for the first time with external IDP, using my social account,
I get redirected to a “Update Account Information” page.
but I want to redirect to my own custom update account page (not using login-update-profile.ftl) not this default “Update Account Information” page.
so my question is
: Is there any way to redirect to a specific url I want not default “Update Account Information” page when I first login with IDP?
I’m using Keycloak 20.0.1, the client uses OIDC.
Thank you in advance for your help.