Replies: 1 comment 3 replies
-
/cc @MikeEdgar (swagger-ui), @phillip-kruger (swagger-ui) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre work
implementation("io.quarkus:quarkus-smallrye-openapi")
quarkus.smallrye-openapi.security-scheme=jwt
And then
And open

http://127.0.0.1:8080/q/swagger-ui/
, i got itBut i request api , not find Authorization request header, and swagger-ui not

lock
on the rightUnless add

@RolesAllowed
it can be work, and have lock on the right in swagger-uiQuestion
How to make the swagger all request to attach Authorization request header, without
@RolesAllowed
? Because I use other authentication frameworks, not jwtBeta Was this translation helpful? Give feedback.
All reactions