-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication with bearer token #188
Comments
I wonder if this is not a OpenApi issue, can you share a reproducer? |
Hi Philip, |
I have a solution for my starting problem. I added |
Just to double check. Do you still have an issue or are you solved ? |
I still have this issue. No auth button for type the bearer token. |
My Rest service uses a bearer token for authentication. And in the Swagger UI I see the authentication button. Now I have included logging manager also in Swagger UI, but it is not showing any authentication button. Then when I make a rest call, I get the message "Authorization header was null".
How can I configure the Logging Manager via the application.properties so that it also takes the Bearer Token?
The text was updated successfully, but these errors were encountered: