I've seen a couple different Shibboleth + Shiro integration (one was a few years ago) but those were not public.
If the previous suggestion doesn't work out for you take a look at this. https://code.google.com/p/edukapp/source/browse/trunk/src/main/java/uk/ac/edukapp/shibboleth/ShibbolethRealm.java?r=331 On Wed, Nov 19, 2014 at 10:53 AM, makro <[email protected]> wrote: > Hm so there is no way to make spring with shiro webapp an identity provider > which will integrate with shibboleth? > > On Wednesday, November 19, 2014, jleleu [via Shiro User] < > [email protected]> wrote: > > > Hi, > > > > With buji-pac4j, the Shiro application can act as a Service Provider. > Take > > a look at the demo: https://github.com/leleuj/buji-pac4j-demo. > > > > Best regards, > > > > > > > > Jérôme LELEU > > Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj > > Chairman of CAS: www.jasig.org/cas | Creator of pac4j: www.pac4j.org > > > > 2014-11-19 14:37 GMT+01:00 makro [via Shiro User] <[hidden email] > > <http://user/SendEmail.jtp?type=node&node=7580328&i=0>>: > > > >> Hi. > >> > >> I'm trying to integrate Apache Shiro, which is integrated with Spring > >> framework with apache mod called Shibboleth. > >> > >> What I want to get, is an architecture, in which request comes to > >> Shibboleth, which is configured as ServiceProvider, and it sends > >> authentication request to Identity Provider (Apache Shiro with Spring). > >> > >> when authentication will be success, then Shibboleth session will cache > >> the token, and with the next request, it will be validated with cache. > >> > >> Is this possible? Shiro doesn't have support for SAML, but i found > >> something like this: > >> https://github.com/bujiio/buji-pac4j > >> > >> which adds SAML support, but I can't find any documentation if it will > be > >> enough. > >> > >> ------------------------------ > >> If you reply to this email, your message will be added to the > >> discussion below: > >> > >> > http://shiro-user.582556.n2.nabble.com/Shiro-as-identity-provider-tp7580327.html > >> To start a new topic under Shiro User, email [hidden email] > >> <http://user/SendEmail.jtp?type=node&node=7580328&i=1> > >> To unsubscribe from Shiro User, click here. > >> NAML > >> < > http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > >> > > > > > > > > ------------------------------ > > If you reply to this email, your message will be added to the discussion > > below: > > > > > http://shiro-user.582556.n2.nabble.com/Shiro-as-identity-provider-tp7580327p7580328.html > > To unsubscribe from Shiro as identity provider ?, click here > > < > http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7580327&code=bWFyZWsua3Jva29zaW5za2lAY29nbmlmaWRlLmNvbXw3NTgwMzI3fC02OTAzMjQ0NjA= > > > > . > > NAML > > < > http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > -- > > *Marek Krokosiński* > Software Engineer > > Skype: marek.krokosinski > Tel. +48 721 265 273 > > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Shiro-as-identity-provider-tp7580327p7580329.html > Sent from the Shiro User mailing list archive at Nabble.com. >
