1

gitlab で問題に SSO を使用しようとすると、以下のエラーが発生します。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"
4

1 に答える 1