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

From
Tom Scavo <>
Date
2008-12-28T20:03:16+00:00
ID
Thread
Re: [saml-dev] Saml idp in java servlet filter?
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