kanboard / plugin-oauth2

Generic OAuth2 authentication plugin
MIT License
25 stars 32 forks source link

Parameters for OAuth client #7

Open jimscarver opened 6 years ago

jimscarver commented 6 years ago

We want to use mattermost authentication for kanboard.https://github.com/kanboard/plugin-oauth2 We need answers to what links and keys we need to configure. The fields we need are:

Callback URL: https://kanban.myhost.net/oauth/callback Client ID: •••••••••••••••••••••••••• Client Secret:•••••••••••••••••••••••••• Authorize URL:https://chat.myhost.net/oauth/authorize Token URL:https://chat.myhost.net/oauth/token User API URL:https://chat.myhost.net/api/v3/user

Scopes Username Key Name Key Email Key User ID Key

Allow Account Creation: checked Allow account creation only for those domains

Mattermost OAuth2 App Config kanboard kanboard.myhost.net Is Trusted: Yes Client ID: ** Client Secret: *** Callback URLs: https://kanban.myhost.net/oauth/callback Created by jimscarver on Thursday, September 28, 2017

https://forum.mattermost.org/t/parameters-for-oauth-client/3911

fanningert commented 6 years ago

Scope support is added with #5, but no new release is created,