How to integrate internal SSO login (OAuth2)? #3589
Replies: 10 comments 1 reply
-
Hello there hustlibraco! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for reaching out. That should work actually. |
Beta Was this translation helpful? Give feedback.
-
still not working. all url below is 404 not found. I checked internal sso document, there is no issue_uri, and it only support Authorization Code Flow, all open api from internal SSO are listed below:
I successfully integrated internal SSO with Portainer before, so I think internal SSO is available in some level, so what kind of Oauth Provider is required by kafka-ui? Looking forward to your reply. |
Beta Was this translation helpful? Give feedback.
-
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Beta Was this translation helpful? Give feedback.
-
@hustlibraco You dont haveto configure issuer-uri instead of that configure these fileds, it should work |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried but it still throws the error : authorizationGrantType cannot be null |
Beta Was this translation helpful? Give feedback.
-
@viettran-yum
|
Beta Was this translation helpful? Give feedback.
-
Hello, I did the configuration according to these instructions, but the property for the grant type must be:
|
Beta Was this translation helpful? Give feedback.
-
I was able to make it work with on-premise GitLab using these settings:
In Gitlab -> Admin Area -> Applications I created new application with name "KafkaUI", set callback url to "https://kafka-ui_address/login/oauth2/code/gitlab" and enabled scope "read_user". |
Beta Was this translation helpful? Give feedback.
-
Closing this issue as it became an offtopic collection of replies. |
Beta Was this translation helpful? Give feedback.
-
I have read the guide SSO configuration, and have checked history issues about sso login.
People asked about some open sso about G suite or AWS etc, I can not find the solution to integrate internal sso login.
Is it possiable to integrate kafka-ui with my company's SSO(oauth2)?
I have tried, but no success. this is my docker-compose.yml:
and this is
docker-compose up
stdout:Beta Was this translation helpful? Give feedback.
All reactions