Yes, as long as you use the "registrations" instead of "auth" in the end of login ( AuthorizationEndpoint ) URL. For example "http://localhost:8081/auth/realms/master/protocol/openid-connect/registrations" instead of "http://localhost:8081/auth/realms/master/protocol/openid-connect/auth" .

The keycloak.js adapter has some builtin support for it. See the "js-console" example, which is showing it.

Other adapters won't have support for it AFAIK, so you may need to construct/replace the URL snippet in the end by yourself.

Marek

On 26/08/16 13:45, Tom Pearson wrote:
Hi,

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. 

Best regards,
Tom


_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user