Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenSaml3 Documentation

Does anyone know if there is any documentation for OpenSaml3 anywhere? Paid or otherwise? I know there used to be a $15 book available, but I believe that only covers OpenSaml2.

I know this will probably get voted down as it not a programming specific question, but Spring-Saml lists SO as it's primary forum now (http://projects.spring.io/spring-security-saml/). SAML is a pain to implement without a good library and I think that Spring-SAML is the best thing available to someone writing on the JVM. Since Spring-Saml looks to be abandoned and with OpenSaml2 coming to end-of-life soon. I would like to see if I can update Spring Saml to use the newer supported version of OpenSAML, but there seems to be no documentation (no migration guide, or even published javadoc) other than the src code. Can anyone point me in the right direction.

like image 738
csyperski Avatar asked Oct 31 '22 07:10

csyperski


1 Answers

EDIT I have just released a new edition of my book, A Guide to OpenSAML, covering OpenSAML V3. It should serve well as documentation. Have a look here

According to Brent Putman on the project the documenting tasks are not prioritized and documentation is therefore lacking. What is of documentation is, as I understand this page

Accordning to Brent there isn't a lot of visible change in the library from v2 to v3. So my book, that you mentioned, should still work =)

There are some changes in initialization and messaging API as he mentions in the email.

There seems to have been some changes in the module structure so the javadocs are now more separate than before. Here is the javadoc for the core and messaging API modules.

Hopefully some more documentation will come along soon.

like image 165
Stefan Rasmusson Avatar answered Nov 08 '22 09:11

Stefan Rasmusson