Use UserWebTestClientConfigurer
Closes gh-17496
This commit is contained in:
@@ -176,6 +176,7 @@
|
||||
**** xref:reactive/test/web/authentication.adoc[Testing Authentication]
|
||||
**** xref:reactive/test/web/csrf.adoc[Testing CSRF]
|
||||
**** xref:reactive/test/web/oauth2.adoc[Testing OAuth 2.0]
|
||||
**** xref:reactive/test/web/x509.adoc[Testing X509]
|
||||
** xref:reactive/configuration/webflux.adoc[WebFlux Security]
|
||||
* xref:native-image/index.adoc[GraalVM Native Image Support]
|
||||
** xref:native-image/method-security.adoc[Method Security]
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
= X509
|
||||
|
||||
Spring Framework provides first class support for testing X509 with `WebTestClient`.
|
||||
For details refer to javadoc:{spring-framework-api-url}org.springframework.test.web.reactive.server.UserWebTestClientConfigurer[].
|
||||
Reference in New Issue
Block a user