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

From
Morgan Packard <>
Date
2008-12-28T20:32:05+00:00
ID
Thread
Re: [saml-dev] Saml idp in java servlet filter?
Thanks tom,
In this case, what does my "application's security domain" mean? The  
built-in security/authentication components of the app server?
-Morgan

Sent from my iPhone

On Dec 28, 2008, at 3:03 PM, "Tom Scavo" <> wrote:

> On Sun, Dec 28, 2008 at 1:32 PM, Morgan Packard
> <> wrote:
>> Ok. I'm _finally_ starting to get it:) thanks!
>
> Now that SAML web browser SSO is making more sense, you might want to
> consider the following deployment scenario.  To remove the
> authentication step from your application, it's often easiest to
> deploy an IdP in the application's security domain, and then offload
> the authentication step to the IdP.  Once that's done, your
> application is ready for cross-domain web browser SSO.
>
> Tom