Skip to content

Commit 954ba57

Browse files
committed
SEC-1970: Cleanup of pre authentication documentation
* Removed custom-authentication-provider from documentation * Rephrased to make the pre authentication documentation a little more concise * Removed nested () within text (not code) * Removed user which should have been use
1 parent 8b05d23 commit 954ba57

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/manual/src/docbook/preauth.xml

+3-7
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,9 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
169169
<security:authentication-provider ref="preauthAuthProvider" />
170170
</security:authentication-manager>
171171
]]>
172-
</programlisting> We've assumed here that the security namespace is being used for configuration
173-
(hence the user of the <literal>custom-filter</literal>,
174-
<literal>authentication-manager</literal> and
175-
<literal>custom-authentication-provider</literal> elements (you can read more
176-
about them in the <link xlink:href="#ns-config">namespace chapter</link>). You
177-
would leave these out of a traditional bean configuration. It's also assumed
178-
that you have added a <interfacename>UserDetailsService</interfacename> (called
172+
</programlisting> We've assumed here that the <link xlink:href="#ns-config">security namespace</link>
173+
is being used for configuration. It's also assumed that you have added a
174+
<interfacename>UserDetailsService</interfacename> (called
179175
<quote>userDetailsService</quote>) to your configuration to load the user's
180176
roles. </para>
181177
</section>

0 commit comments

Comments
 (0)