GitLab 最重要 - 单点登录中断
Posted
技术标签:
【中文标题】GitLab 最重要 - 单点登录中断【英文标题】:GitLab Matter Most - Single Sign On broken 【发布时间】:2017-04-30 08:18:57 【问题描述】:在尝试将 SSO 与 gitlab 一起使用时,我收到以下错误。如何在 Gitlab 中启用 OAuth2?
GitLab Mattermost needs your help:
The system admin has turned off OAuth2 Service Provider.
Go back to Mattermost
我的 /etc/gitlab/gitlab.rb 看起来像这样 -
mattermost_external_url 'http://url/'
mattermost['gitlab_enable'] = true
mattermost['gitlab_id'] = "code123"
mattermost['gitlab_secret'] = "code456"
mattermost['gitlab_scope'] = ""
mattermost['gitlab_auth_endpoint'] = "http://url/oauth/authorize"
mattermost['gitlab_token_endpoint'] = "http://url/oauth/token"
mattermost['gitlab_user_api_endpoint'] = "http://url/api/v3/user"
【问题讨论】:
【参考方案1】:我启用了mattermost['service_enable_oauth_service_provider'] = true
,但它给了我一个不同的错误。也许这就是你所需要的。
【讨论】:
以上是关于GitLab 最重要 - 单点登录中断的主要内容,如果未能解决你的问题,请参考以下文章