mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
Removed login-config info. Client authentication has to be enabled on the server (e.g. in the Tomcat connector) for it to work.
This commit is contained in:
parent
466220eb50
commit
740373ad01
@ -103,14 +103,5 @@
|
|||||||
<taglib-uri>/spring</taglib-uri>
|
<taglib-uri>/spring</taglib-uri>
|
||||||
<taglib-location>/WEB-INF/spring.tld</taglib-location>
|
<taglib-location>/WEB-INF/spring.tld</taglib-location>
|
||||||
</taglib>
|
</taglib>
|
||||||
|
|
||||||
<login-config>
|
|
||||||
<auth-method>CLIENT-CERT</auth-method>
|
|
||||||
</login-config>
|
|
||||||
|
|
||||||
<security-constraint>
|
|
||||||
<web-resource-collection>/*</web-resource-collection>
|
|
||||||
<user-data-constraint>CONFIDENTIAL</user-data-constraint>
|
|
||||||
</security-constraint>
|
|
||||||
|
|
||||||
</web-app>
|
</web-app>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user