OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

saml-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


On Sat, Dec 27, 2008 at 12:56 PM, Morgan Packard
<hellomorganpackard@gmail.com> 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]