Hi Stian,
I'm not getting anywhere. My app is using SAML, so the urls I see are the
login-actions ones.
have you an example login request with the 'auth' bit, so I can try and
find in in the apps configuration??
(I tried changing auth to registration in the above, but I got a 404.)
Thanks,
S.
On Thu, 26 Sep 2019 at 10:06, Stian Thorgersen <sthorger(a)redhat.com> wrote:
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(a)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?clien...
>
> But I just get redirected to
>
https://keycloak.gc4.io/auth/realms/TEST/login-actions/authenticate?clien...
>
> 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(a)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(a)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(a)lists.jboss.org
>>>
https://lists.jboss.org/mailman/listinfo/keycloak-user
>>>
>>