Logout button takes me to Microsoft sign-off page #3547
-
I got SSO working using Azure AD, config as follows: `FROM provectuslabs/kafka-ui:v0.6.0 ENV KAFKA_CLUSTERS_0_PROPERTIES_SECURITY_PROTOCOL "SASL_SSL" ENV AUTH_OAUTH2_CLIENT_AUTH0_provider 'auth0' When I try to logout https://kafka-ui.xxx.com/logout, it took me to Microsoft sigh-off page and it eventually will log out my whole Microsoft login session. Ideally the log-out button only clears the user's session data inside Kafka UI itself. I'm not sure if it's some more config needs to be done or it's not a feature yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I believe I can't help you here, as this is a default implementation per OAuth2 specifications, we're just using the logout URL provided to us in one of the requests. You might wanna look into azure docs, there might be a way to tune it. |
Beta Was this translation helpful? Give feedback.
Hi, I believe I can't help you here, as this is a default implementation per OAuth2 specifications, we're just using the logout URL provided to us in one of the requests. You might wanna look into azure docs, there might be a way to tune it.