[keycloak-user] Link directly to the Registration page
Stian Thorgersen
sthorger at redhat.com
Thu Sep 26 05:06:21 EDT 2019
If you have a working login request from your app, all you need is to
replace auth with registration.
The URLs you are pointing to are internal and not URLs you can link to
directly.
On Thu, 26 Sep 2019, 10:55 Stuart, <keycloak at collectivesystems.com> wrote:
> Hi Stian,
>
> I'm not sure I follow. I'm trying to directly go to
>
>
> https://keycloak.gc4.io/auth/realms/TEST/login-actions/registration?client_id=https%3A%2F%2Ftest.gc4.io
>
> But I just get redirected to
> https://keycloak.gc4.io/auth/realms/TEST/login-actions/authenticate?client_id=https%3A%2F%2Ftest.gc4.io&tab_id=TxII0X-A_CY
>
> If I then click on the 'register' link I land on the register page. Which
> is the same as the first URL but with &tab_id=<random string> on the end.
>
> (So I guess you need to start a 'session' in keycloak so your session has
> an associated tab_id. (please forgive my confusion, I'm only a week into
> keycloak :-) ))
>
> Thanks,
>
>
> On Thu, 26 Sep 2019 at 08:03, Stian Thorgersen <sthorger at redhat.com>
> wrote:
>
>> You can link directly to the registration page, but it should be a valid
>> oauth/oidc request. So basically switch /auth/ with /register in a login
>> request
>>
>> On Wed, 25 Sep 2019, 19:52 Stuart, <keycloak at collectivesystems.com>
>> wrote:
>>
>>> Hi all,
>>>
>>> Is it possible to send users directly to the 'register' page, instead of
>>> going via the login page first?
>>>
>>> I've tried pasting the 'register' link, but I get errors if I've not
>>> visited the login page first. (I guess because if the tab_id parameter).
>>>
>>> Thanks,
>>> Stuart.
>>> _______________________________________________
>>> keycloak-user mailing list
>>> keycloak-user at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/keycloak-user
>>>
>>
More information about the keycloak-user
mailing list