Hi Bill,

Thank you for the reply. Yes I am using the Spring security adapter (xml configuration). I have received a private reply from Pavel Maslov regarding the sign in url:
{{keycloakBaseUrl}}/realms/{{realmName}}/protocol/openid-connect/auth?client_id={{client_id}}&response_type=code&redirect_uri={{your-web-app}}
which works great. 

Another problem that I am having now is that when I am logging in from a "not"-protected resource (permitAll in securityContext), and want to be redirected back to the same resource, it logs me in indeed, but the spring security tags in my jsps don't recognize that, until I am accessing a secured resource defined in security context.... Any thoughts there?

Thanks,
Adrian


Message: 2
Date: Fri, 27 Nov 2015 13:02:32 -0500
From: Bill Burke <bburke@redhat.com>
Subject: Re: [keycloak-user] Sign In button URL
To: keycloak-user@lists.jboss.org
Message-ID: <56589AB8.5030708@redhat.com>
Content-Type: text/plain; charset=windows-1252; format=flowed

How is your Spring web app handling OpenID Connect or SAML
requests/respones?  We do have a Spring security adapter.

Initial OAuth2 request:

/realms/{realm-name}/protocol/openid-connect/auth

Code to Token request:
/realms/{realm-name}/protocol/openid-connect/token


On 11/27/2015 11:19 AM, Adrian Matei wrote:
> hi guys,
>
> can still help a poor guy Friday in the afternoon?
>
> What is the url I need to have the sign in button pointing to, in my
> Spring web app, that will ask me to login via keycloak and redirect me
> back exactly to the page I made the request from?
>
> Thanks,
> Adrian
>
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>