Replies: 8 comments
-
@Angel0926 Do you mean that you have the bearer access token set with HTTP |
Beta Was this translation helpful? Give feedback.
-
Yes my project in quarkus and also i added this code in my application.yaml `
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Angel0926 I don't recognize those properties, which extension do you use ? |
Beta Was this translation helpful? Give feedback.
-
@sberyozkin i find it here https://quarkus.io/guides/openapi-swaggerui |
Beta Was this translation helpful? Give feedback.
-
@Angel0926 I see, I guess those properties can help to show or possibly test from within Swagger UI, they don't, in itself control any verification process, to verify the token coming with the custom header, you'd need to use |
Beta Was this translation helpful? Give feedback.
-
@sberyozkin @Securityscheme(securitySchemeName = “jwt”, type = SecuritySchemeType.HTTP, scheme = “bearer”, bearerFormat = “jwt”) This code right? and what it doing? |
Beta Was this translation helpful? Give feedback.
-
@Angel0926 AFAIK, this code is about telling SwaggerUI/OpenAPI how to show and possibly test this method with Swagger UI. See my previous comment about the verification |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How i can realize my own security-scheme: jwt "X-JWT-Assertion" ?
Beta Was this translation helpful? Give feedback.
All reactions