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.



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Shiro-as-identity-provider-tp7580327.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to