RE: [saml-dev] Simplest-to-deploy java SAML idp?

From
Scott Cantor <>
Date
2008-12-29T19:51:59+00:00
ID
00a501c969ee$e3666000$aa332000$@
Thread
RE: [saml-dev] Simplest-to-deploy java SAML idp?
> I got a little spooked going through the Shibboleth tutorial when it told
me
> I'd need to add jars inside my JAVA_HOME directory. I had been imagining
> there might be a product which could just be deployed as a war without
> additional installations outside the app server. Am I mistaken, or will
> setting up a Shibboleth identity provider require me to install additional
> components besides the webapp?

By definition an IdP needs a source of authentication and attributes. It
would be crazy to put that inside an IdP that was anything but a toy. The
rest of what the IdP requires pales in comparison to those two issues.

-- Scott