PDA

View Full Version : Spring Security SAML v2 library availability



carl@convio.com
Oct 25th, 2010, 10:06 AM
Hello-

The link for downloading the distribution for SAML Security extension is broken:

http://static.springsource.org/spring-security/site/extensions/saml/index.html

Found this git repository and from that I have built and integrated SAML 2.0
support into my spring webapp:

git://git.springsource.org/spring-security/se-security.git

Here are the maven artifact definitions from the files in the repository:

<parent>
<artifactId>spring-security-saml2-parent</artifactId>
<groupId>org.springframework.security.extensions</groupId>
<version>1.0.0-RC1-SNAPSHOT</version>
</parent>

<artifactId>spring-security-saml2-core</artifactId>
<packaging>jar</packaging>
<name>Spring Security SAML v2 library</name>


Can you all tell me if this extension is about to be GA released and if so when
we might expect that to take place?

Thank you,
Carl

Luke Taylor
Oct 25th, 2010, 10:13 AM
There are no plans for a GA release of the SAML extension at the moment.

carl@convio.com
Oct 25th, 2010, 10:29 AM
Thanks Luke. Good to know. We'll use it as-is then.

carl@convio.com
Oct 25th, 2010, 11:11 AM
There are no plans for a GA release of the SAML extension at the moment.

Just out of curiosity, is there a reason for that?

john.worrell
Nov 8th, 2010, 08:10 AM
It would be very good to get some understanding of when this will be GAed. This is potentially a very valuable extension IMO.

bbacsu
Feb 2nd, 2012, 07:52 AM
I agree, SAML support is an essential component of Spring Security for it to remain a viable enterprise option for medium/large projects. Virtually all projects in the last 12 months that I have been involved with in the Financial Services and Government/Public Sector have included SAML support as a prerequisite.

albiii
May 21st, 2012, 09:31 AM
SAML2 are mandatory for every program that I am on. Wide use. The Rest is no where near as secure. Will SAML2 w/extension capability be rolled out to GA soon ?

thobson
May 21st, 2012, 09:46 AM
I don't think the Spring-SAML extension is being actively maintained. In the end we created a fork of the project and we maintain it ourselves.

adben
Dec 6th, 2012, 08:30 AM
Hi guys,

My client has a security policy against the use of snapshots for their third party artifacts, due the actual status regarding this discussion, the best strategy in order to use this feature is to fork the project and release it? Why is that?

@thobson Did you published and released your fork as a forked open source project?

vsch
Jan 1st, 2013, 05:44 PM
Hi,

The RC2 release is coming up in very near future. Followed some time after by a GA with possible bug fixes, there are no more features planned for it. The current trunk version is stable and will not be significantly changed. The main missing part is additional documentation.

The reason for limited progress is lack of my time-to-code-during-nights-and-weekends.

Vladimír Schäfer

Rudderfeet
Apr 19th, 2013, 01:31 PM
That's good news Vladimir, SAML capabilities are very much needed in Spring Security! Thank you for your hard work on this.