From 0401dddda8da567aa03b4938101e7b1a63201389 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 8 Jun 2008 18:53:22 +0000 Subject: [PATCH] SEC-868: Added example siteminder config --- src/docbkx/preauth.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/docbkx/preauth.xml b/src/docbkx/preauth.xml index 03e3a77f25..c55a39169d 100644 --- a/src/docbkx/preauth.xml +++ b/src/docbkx/preauth.xml @@ -146,6 +146,39 @@ detected then they could potentially choose any userame they wished. +
+ Siteminder Example Configuration + + A typical configuration using this filter would look like this: + + + + + + + + + + + + + + + + +]]> + + We've assumed here that the security namespace is being used for configuration (hence the user of the custom-filter, + authentication-manager and custom-authentication-provider elements (you can read more about them + in the namespace chapter). You would leave these out of a traditional bean configuration. + It's also assumed that you have added a UserDetailsService (called userDetailsService) + to your configuration to load the user's roles. + +