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. + +