gitlab 登录OAuth支持飞书登录
### 商机 URL:https://jihulab.com/jh-presales/east/-/issues/649 ### 问题 - 客户现在统一登录想通过飞书登录,因为看到极狐GitLab OAuth适配已经支持钉钉登录。 - 目前对接下来还是有问题,错误详情见: ![image](/uploads/6bdc3975e8bdc97738a8be096f03347c/image.png) ![image](/uploads/c390de6c250f6fbee795c352a3fe2d77/image.png) - 客户配置文件详情: ``` gitlab_rails['omniauth_providers'] = [ { name: "oauth2_generic", label: "INF", app_id: "xxxxxxxxxxxx", app_secret: "xxxxxxxxxx", args: { client_options: { site: "https://passport.feishu.cn", user_info_url: "/suite/passport/oauth/userinfo", authorize_url: "/suite/passport/oauth/authorize", token_url: "/suite/passport/oauth/token" }, user_response_structure: { root_path: [], id_path: ["sub"], attributes: { email: "email", name: "name" } }, authorize_params: { scope: "openid profile email" }, strategy_class: "OmniAuth::Strategies::OAuth2Generic" } } ] ``` - 参考链接:https://docs.gitlab.com/ee/integration/oauth2_generic.html?tab=Linux+package+%28Omnibus%29
epic
关于极狐(GitLab)
违法和不良信息举报中心 京公网安备11010502047940号 京ICP备2021036779号-1