[keycloak-user] Spring security adapter for SAML

Jeremy Simon jeremy at jeremysimon.com
Wed Oct 26 08:20:13 EDT 2016


Pulkit,

There is a SAML extention for Spring:
http://projects.spring.io/spring-security-saml/

We're using this on a few applications and it works pretty good.  The
only drawback, and maybe a later version has overcome this, is that
backchannel logouts coming from an IDP (in the case of SLO / Global
Logout) didn't work, since the application side did not store the
SessionIndex outside of an HttpSession's context (linked to a browser
cookie).  We just ended up writing our own registry to overcome that.

jeremy
jeremy at jeremysimon.com
www.JeremySimon.com


On Wed, Oct 19, 2016 at 3:03 AM, Pulkit Gupta <pulgupta at redhat.com> wrote:
> Hi Team,
>
> I have a application with Spring security configured.
> We are trying to migrate the same to keycloak.
>
> Do we have a spring security adapter for keycloak with SAML.
> I went through the documentation and can see that we have a spring adapter
> but that is for open ID connect.
>
> --
> Thanks,
> Pulkit
> AMS
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user


More information about the keycloak-user mailing list