mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-08 13:12:12 +00:00
SEC-1698: Update documentation to use correct package for RequestHeaderAuthenticationFilter
This commit is contained in:
parent
b87dabe1ac
commit
acee3e2593
@ -143,7 +143,7 @@
|
|||||||
</security:http>
|
</security:http>
|
||||||
|
|
||||||
<bean id="siteminderFilter" class=
|
<bean id="siteminderFilter" class=
|
||||||
"org.springframework.security.web.authentication.preauth.header.RequestHeaderAuthenticationFilter">
|
"org.springframework.security.web.authentication.preauth.RequestHeaderAuthenticationFilter">
|
||||||
<property name="principalRequestHeader" value="SM_USER"/>
|
<property name="principalRequestHeader" value="SM_USER"/>
|
||||||
<property name="authenticationManager" ref="authenticationManager" />
|
<property name="authenticationManager" ref="authenticationManager" />
|
||||||
</bean>
|
</bean>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user