Forum Discussion
julienQc
7 years agoOccasional Contributor
I think I've found the solution :
Adding
@SecurityScheme(name = "myHttpSecurity",
type = SecuritySchemeType.HTTP,
in = SecuritySchemeIn.HEADER
)
Then, the authorize button appears :)
Now, I still have to find how to print description about security informations in swagger-ui