I am using the springdoc-openapi-ui. When I load my swagger page, spring-security is called for all the API at the time of loading swagger UI. I have spring security in place. My expectation is security should be called when I try to hit the particular API from swagger.
My swagger UI link looks like below
'http://localhost:8080/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config'
When I was using the springfox-swagger-ui that time it was working as expected. recently I have migrated to springdoc-openapi-ui.