You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This is a community-based project, not maintained by the Spring Framework Contri
41
41
<dependency>
42
42
<groupId>org.springdoc</groupId>
43
43
<artifactId>springdoc-openapi-ui</artifactId>
44
-
<version>1.4.3</version>
44
+
<version>1.4.4</version>
45
45
</dependency>
46
46
```
47
47
* This step is optional: For custom path of the swagger documentation in HTML format, add a custom springdoc property, in your spring-boot configuration file:
* This step is optional: For custom path of the OpenAPI documentation in Json format, add a custom springdoc property, in your spring-boot configuration file:
* This step is optional: For custom path of the swagger documentation in HTML format, add a custom springdoc property, in your spring-boot configuration file:
@@ -235,7 +235,7 @@ This dependency enables the support of Spring Hateoas format.
Copy file name to clipboardExpand all lines: springdoc-properties.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ springdoc.api-docs.resolve-schema-properties | `false` | `Boolean`. To enable p
38
38
springdoc.remove-broken-reference-definitions | `true` | `Boolean`. To disable removal of broken reference definitions.
39
39
springdoc.writer-with-default-pretty-printer | `false` | `Boolean`. To enable pretty print of the OpenApi specification.
40
40
springdoc.model-converters.deprecating-converter.enabled | `true` | `Boolean`. To disable deprecating model converter.
41
+
springdoc.use-fqn | `false` | `Boolean`. To enable fully qualified names.
41
42
42
43
### swagger-ui properties
43
44
- The support of the swagger-ui properties is available on `springdoc-openapi`. See [Official documentation](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/).
springdoc.swagger-ui.oauth.additionalQueryStringParams | | `String`. Additional query parameters added to authorizationUrl and tokenUrl.
82
83
springdoc.swagger-ui.oauth.<br/>useBasicAuthenticationWithAccessCodeGrant | `false` | `Boolean`. Only activated for the accessCode flow. During the authorization_code request to the tokenUrl, pass the Client Password using the HTTP Basic Authentication scheme (Authorization header with Basic base64encode(client_id + client_secret)).
83
84
springdoc.swagger-ui.oauth.usePkceWithAuthorizationCodeGrant | `false` | `Boolean`.Only applies to authorizatonCode flows. Proof Key for Code Exchange brings enhanced security for OAuth public clients.
84
-
85
+
springdoc.swagger-ui.csrf.enabled | `false` | `Boolean`. To enable CSRF support
86
+
springdoc.swagger-ui.csrf.cookie-name | `XSRF-TOKEN` | `String`. Optional CSRF, to set the CSRF cookie name.
87
+
springdoc.swagger-ui.csrf.header-name | `X-XSRF-TOKEN` | `String`. Optional CSRF, to set the CSRF header name.
0 commit comments