<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Yes, as long as you use the
"registrations" instead of "auth" in the end of login (
AuthorizationEndpoint ) URL. For example
<a class="moz-txt-link-rfc2396E" href="http://localhost:8081/auth/realms/master/protocol/openid-connect/registrations">"http://localhost:8081/auth/realms/master/protocol/openid-connect/registrations"</a>
instead of
<a class="moz-txt-link-rfc2396E" href="http://localhost:8081/auth/realms/master/protocol/openid-connect/auth">"http://localhost:8081/auth/realms/master/protocol/openid-connect/auth"</a>
.<br>
<br>
The keycloak.js adapter has some builtin support for it. See the
"js-console" example, which is showing it.<br>
<br>
Other adapters won't have support for it AFAIK, so you may need to
construct/replace the URL snippet in the end by yourself.<br>
<br>
Marek<br>
<br>
On 26/08/16 13:45, Tom Pearson wrote:<br>
</div>
<blockquote
cite="mid:CALHbiGLeM86_FFXg5+UHcJRRf2tHbHN=33m74gnJdb02r0x=Fw@mail.gmail.com"
type="cite">
<div dir="ltr">Hi,
<div><br>
</div>
<div>Is there a way to link straight to the register page
without going through login first? I'm working on a Grails web
app that uses a slightly modified version of the Keycloak
Spring Security Adapter. </div>
<div><br>
</div>
<div>Best regards,</div>
<div>Tom</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
</blockquote>
<br>
</body>
</html>