shibboleth single sign on in java application server
Asked Answered
C

1

6

I have tried reading the shibboleth wiki but was not able to understand how to integrate shibboleth single sign on in our spring based multiple web-apps. We need a database based authentication , so we should use jaas ? How would it work ? Can someone please detail the steps like something as follows a) Install shibboleth idp b) configure jaas as the service provider etc ?

Any help would be appreciated to point in the right direction

Thanks

Cottle answered 28/7, 2011 at 15:48 Comment(1)
Are you only interested in setting up the IdP? The SP does not care at all how you set up the IdP. That is, your SPs (web applications) don't need to know that the IdP is using JAAS, and the SPs do not need any type of JAAS integration.Ambrosane
A
4

Well Shibboleth architecture is not something you can understand easily and Shibboleth wiki is well... massive. Fortunately there are many good sources of knowledge, you just need to know where to begin.

from Shibboleth wiki the most important is FlowsAndConfig page and of course whole Understanding Shibboleth category

Guys from SWITH made some nice schematics and tutorials on their sites, I found their materials well organised.

Edit: this are really good instructions to understand whole concept easy medium expert I couldn't find it before on SWITCH sites so I post it now.

There are also Guanxi (Java implementation of Shibboleth concepts) presentations with nice schematics

And finally extended shibboleth architecture with some custom modules(unfortunately not in english so I linked translated version)

For Shibboleth IdP installation please refer to wiki it is really easy to do

Amianthus answered 12/7, 2012 at 10:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.