Keycloak - direct user link registration

后端 未结 1 1010
独厮守ぢ
独厮守ぢ 2021-02-13 15:02

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 butt

相关标签:
1条回答
  • 2021-02-13 15:50

    You can change the button link to this format -

    http://<domain.com>/auth/realms/<realm-name>/protocol/openid-connect/registrations?client_id=<client_id>&response_type=code&scope=openid email&redirect_uri=http://<domain.com>/<redirect-path>&kc_locale=<two-digit-lang-code>
    
    0 讨论(0)
提交回复
热议问题