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
I've tried running master-labeled docker image and the issue still persists there
I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
We have configured OAuth 2.0 on kafka-ui, user login works correctly, but I am trying to implement authentication for our server to call API in an unattended way, and I am trying to use bearer token authentication, I am able to obtain client_credentials from our oauth server, but when I use this as a bearer token Authorization header for Kafka-ui, it redirects me to oauth login screen instead of returning the api content:
Is there some other way how to programatically gain access to API with oauth enabled?
Expected behavior
Service would be granted access when providing bearer token from OAuth.
Sent request with this parameter to OAuth provider:
Use clientid and Secret as authentication for this request
Get access_token as a response:
Use this Access token as describe in the description
Kafka-ui redirects me to login screen instead of giving me access.
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
We have configured OAuth 2.0 on kafka-ui, user login works correctly, but I am trying to implement authentication for our server to call API in an unattended way, and I am trying to use bearer token authentication, I am able to obtain client_credentials from our oauth server, but when I use this as a bearer token Authorization header for Kafka-ui, it redirects me to oauth login screen instead of returning the api content:
Is there some other way how to programatically gain access to API with oauth enabled?
Expected behavior
Service would be granted access when providing bearer token from OAuth.
Your installation details
Version: 83b5a60 v0.7.2
Steps to reproduce
Sent request with this parameter to OAuth provider:
Use clientid and Secret as authentication for this request
Get access_token as a response:
Use this Access token as describe in the description
Kafka-ui redirects me to login screen instead of giving me access.
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: