0

I have found solution for exposing Spring logout endpoint in swagger-ui for springfox: Configure Swagger-UI to pick up Spring's HttpSecurity Logout endpoint

but honestly don't know how to make it for springdoc-openapi:https://springdoc.org/

akudama
  • 121
  • 1
  • 1
  • 5

1 Answers1

0

You can use OpenApiCustomiser, and add the declaration of the endpooint programmatically to the OpenAPI Bean.