[keycloak-user] Spring Security Tags after login redirection to non-protected resource

Adrian Matei adrianmatei at gmail.com
Wed Dec 2 00:26:27 EST 2015


hi guys,

any ideas how to make Spring security tags in jsp recognize that I am
logged in after being redirected from keycloak to a non-protected resource?

Thanks,
Adrian


On Mon, Nov 30, 2015 at 10:07 AM, Adrian Matei <adrianmatei at gmail.com>
wrote:

> 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 at redhat.com>
> Subject: Re: [keycloak-user] Sign In button URL
> To: keycloak-user at lists.jboss.org
> Message-ID: <56589AB8.5030708 at 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 at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/keycloak-user
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20151202/cce64a70/attachment.html 


More information about the keycloak-user mailing list