Take another look at buji-pac4j and the demo (which has references to Shibboleth) https://github.com/leleuj/buji-pac4j-demo/blob/master/src/main/resources/testshib-providers.xml
On Wed, Nov 19, 2014 at 4:35 PM, makro <[email protected]> wrote: > Thank you for answer. > > I saw that implementation of realm, but IMO this assumes, that Shiro gets > user request and it checks if it contains auth token. If no, it redirects > user to login page specified by shibboleth right ?(please look at > > https://code.google.com/p/edukapp/source/browse/trunk/src/main/java/uk/ac/edukapp/shibboleth/ShiroShibbolethFilter.java?r=331 > ) > What I wanted to get, is to tell to shibboleth that Shiro is mine identity > provider, and it should ask Shiro for authentication. When Shiro will get > the user request, it will authenticate it in some realm, and it will return > proper response to shibboleth. From what I understand, Shibboleth uses SAML > for communication with Identity Providers, and I'm not sure If there is a > way to return such response from Shiro to Shibboleth ? Maybe I'm wrong, and > Shibboleth doesn't need any special response from Shiro, and response with > proper headers set is enough ? > > Best Regards > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Shiro-as-identity-provider-tp7580327p7580333.html > Sent from the Shiro User mailing list archive at Nabble.com. >
