Re: [saml-dev] Saml idp in java servlet filter?

From
Tom Scavo <>
Date
2008-12-27T20:29:07+00:00
ID
Thread
Re: [saml-dev] Saml idp in java servlet filter?
On Sat, Dec 27, 2008 at 12:56 PM, Morgan Packard
<> wrote:
>
> Can anyone here point me toward a saml idp that can be deployed in a war
> file?

WAR deployment and servlet filter do not go hand-in-hand.  For
example, the Shibboleth IdP is deployed as a WAR file but the
implementation is not based on a servlet filter.

A Java SP, on the other hand, is often implemented as a servlet filter.

Hope that helps,
Tom