-
Issue submitter TODO list
Describe the bug (actual behavior)I have configured oauth2 authentication, redirect works correctly, user login works correctly, and then after being redirected back to the website, I am getting this error: Expected behaviorLogin should succeed and show my clusters Your installation detailsSteps to reproduceI have minimized my config and the issue is still present, to reproduce, configure OAUTH2 as per description above and try to login. ScreenshotsNo response LogsFull application logs are below. I was unable to acquire any detailed logs about the authentication issue. Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts | | | |_ | / |_ _ _ /\ _ __ __ _ | | ___ | |/ /_ _ / | |____ 2025-01-10 17:20:10,385 INFO [main] c.p.k.u.KafkaUiApplication: Starting KafkaUiApplication using Java 17.0.6 with PID 1 (/kafka-ui-api.jar started by kafkaui in /) Using generated security password: 2025-01-10 17:20:30,685 INFO [main] c.p.k.u.c.a.OAuthSecurityConfig: Configuring OAUTH2 authentication. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Try checking logs with this config:
|
Beta Was this translation helpful? Give feedback.
-
In case anyone is having the same issue, in my case, it was caused by missing time sync and too big of a time skew (3 minutes) between our OAUTH server and the kafka-ui server. |
Beta Was this translation helpful? Give feedback.
Try checking logs with this config: