Keycloak - direct user link registration
问题 I have set up a web application with Keycloak in my local machine. Since Im using Keycloak as SSO implementation, I want in my web app that whenever SIGNUP button is click, user is directed into the registration page, and not going through the LOGIN page. This is the example URL directed to the registration form, however, it contains a tab_id that is generated randomly like a session id. https://site.test/auth/realms/custom/login-actions/authenticate?client_id=test&tab_id=qIdW92Bvwmk I read