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

From
Tom Scavo <>
Date
2008-12-28T19:30:21+00:00
ID
Thread
Re: [saml-dev] Saml idp in java servlet filter?
On Sun, Dec 28, 2008 at 1:17 PM, morgan packard
<> wrote:
>
> Is it typical for a SAML 2.0 idp to be a dedicated application? Or is it
> possible/common to add SAML 2.0 idp capabilities to an existing application?

An identity provider produces identity whereas an application consumes
identity.  Thus the application is more closely tied to the service
provider, not the identity provider.

> For example, I have a classified ads site, with its own user authentication
> system. I was planning on adding SAML idp capabilities to this application.
> Does this make sense, or would it be more typical to remove the
> authentication capabilities from my classifieds site and run a third app
> whose sole purpose is authentication?

You've hit the nail right on the head :-) That is the end result of
federated identity.

Tom