<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Yep sounds good.<div class=""><br class=""></div><div class=""><a href="https://issues.jboss.org/browse/KEYCLOAK-1904" class="">https://issues.jboss.org/browse/KEYCLOAK-1904</a></div><div class=""><br class=""></div><div class="">I could prepare a PR this week.</div><div class="">The show case of using a new API could be in&nbsp;<a href="https://github.com/keycloak/keycloak/tree/master/examples/js-console" class="">https://github.com/keycloak/keycloak/tree/master/examples/js-console</a>.</div><div class=""><div class=""><br class=""><div apple-content-edited="true" class="">
Libor Krzyžanek<br class=""><a href="http://jboss.org" class="">jboss.org</a> Development Team
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Oct 6, 2015, at 1:38 PM, Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com" class="">sthorger@redhat.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">+1 We should also add register() so it's consistent with login and account management</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 6 October 2015 at 13:32, Libor Krzyzanek <span dir="ltr" class="">&lt;<a href="mailto:lkrzyzan@redhat.com" target="_blank" class="">lkrzyzan@redhat.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">I’m checking the keycloak.js source code and it seems that&nbsp;createLoginUrl already support it. Just pass in options 'options.action&nbsp;==&nbsp;‘register’’ and it should create a registration page url.<div class=""><br class=""><div class="">See&nbsp;<a href="https://github.com/keycloak/keycloak/blob/master/integration/js/src/main/resources/keycloak.js#L144" target="_blank" class="">https://github.com/keycloak/keycloak/blob/master/integration/js/src/main/resources/keycloak.js#L144</a></div><div class=""><br class=""></div><div class="">From keycalok.js API point of view would say there could be a new method “createRegistrationUrl” method which will be just a shortcut for calling the&nbsp;<span style="color:rgb(121,93,163);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;line-height:16.8px;white-space:pre-wrap;background-color:rgb(255,255,255)" class="">createLoginUrl with options.action=‘register'.</span></div><div class=""><div class=""><font color="#795da3" face="Consolas, Liberation Mono, Menlo, Courier, monospace" class=""><span style="white-space:pre-wrap;background-color:rgb(255,255,255)" class=""><br class=""></span></font></div><div class=""><font color="#795da3" face="Consolas, Liberation Mono, Menlo, Courier, monospace" class=""><span style="white-space:pre-wrap;background-color:rgb(255,255,255)" class="">WDYT?</span></font></div><div class=""><br class=""></div><div class=""><span class=""><br class=""><div class="">
Libor Krzyžanek<br class=""><a href="http://jboss.org/" target="_blank" class="">jboss.org</a> Development Team
</div>
<br class=""></span><div class=""><div class="h5"><div class=""><blockquote type="cite" class=""><div class="">On Oct 6, 2015, at 12:37 PM, Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com" target="_blank" class="">sthorger@redhat.com</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" class="">True would be nice to add to keycloak.js - do you want to create a jira and maybe even a PR?</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 6 October 2015 at 12:28, Libor Krzyzanek <span dir="ltr" class="">&lt;<a href="mailto:lkrzyzan@redhat.com" target="_blank" class="">lkrzyzan@redhat.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Yep works. Thanks for the tip. We can handle it in JS implementation.<div class=""><br class=""></div><div class="">Wouldn’t be useful to have extra methods in Keycloak JS adapter for it like you have for login … login(options),&nbsp;createLoginUrl(options) methods.</div><div class="">It would be super convenient then.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><span class=""><br class=""><div class="">
Libor Krzyžanek<br class=""><a href="http://jboss.org/" target="_blank" class="">jboss.org</a> Development Team
</div>
<br class=""></span><div class=""><div class=""><div class=""><blockquote type="cite" class=""><div class="">On Oct 6, 2015, at 12:09 PM, Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com" target="_blank" class="">sthorger@redhat.com</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" class="">Just swap the last 'auth' to 'registrations' in the link and you'll get the registration page instead of login page</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 6 October 2015 at 11:12, Libor Krzyzanek <span dir="ltr" class="">&lt;<a href="mailto:lkrzyzan@redhat.com" target="_blank" class="">lkrzyzan@redhat.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Hi,<div class="">is it possible to have a unique URL resp. link for registration page on website?</div><div class="">JS Adapter (<a href="http://keycloak.github.io/docs/userguide/html/ch08.html#d4e1098" target="_blank" class="">http://keycloak.github.io/docs/userguide/html/ch08.html#d4e1098</a>) has only login and logout actions.</div><div class=""><br class=""></div><div class="">Right now there is only login page as entry point for clients.</div><div class=""><br class=""></div><div class="">It’s quite common to have separate links for Login and Register on website because going directly to registration page makes registration process easier.</div><div class=""><br class=""></div><div class="">Other scenario is promoting registration via e-mail like “Register for free. Click on this link …"</div><div class="">It would be great to have bookmarkable URL for such use case.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">Libor</div><div class=""><br class=""><div class="">
Libor Krzyžanek<br class=""><a href="http://jboss.org/" target="_blank" class="">jboss.org</a> Development Team
</div>
<br class=""></div></div><br class="">_______________________________________________<br class="">
keycloak-user mailing list<br class="">
<a href="mailto:keycloak-user@lists.jboss.org" target="_blank" class="">keycloak-user@lists.jboss.org</a><br class="">
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank" class="">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br class=""></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></div></div></div></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></body></html>