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
The bundled Swagger UI does not give an option to authorize requests. Usually, Swagger presents an Authorize button when any request is sequred (as shown in the screenshot below).
When I use Elide Spring Boot starter, and I secure my endpoints, the Swagger UI doesn't present any option to add JWT token.
I've also tried adding the 'Authorization' header for every path as follows:
Thanks.
What was lacking in the documentation was that we needed to define a bean of type SwaggerController.SwaggerRegistrations.
Now after adding the code as per the docs, the Authorize button is now enabled but all my JSON api endpoints disappear. See the "No operations in Spec!" part in the screenshot.
The bundled Swagger UI does not give an option to authorize requests. Usually, Swagger presents an
Authorize
button when any request is sequred (as shown in the screenshot below).When I use Elide Spring Boot starter, and I secure my endpoints, the Swagger UI doesn't present any option to add JWT token.
I've also tried adding the 'Authorization' header for every path as follows:
Nothing works.
The text was updated successfully, but these errors were encountered: