plugin-oauth2 icon indicating copy to clipboard operation
plugin-oauth2 copied to clipboard

Generic OAuth2 authentication plugin

Results 15 plugin-oauth2 issues
Sort by recently updated
recently updated
newest added

It would be nice to have an option that allows the plugin to recognize existing ldap users as oauth users. Right now, I the the following error message when using...

Using vk.com as OAuth2 provider: ``` [Tue Dec 18 05:33:58 2018] [debug] HttpClient: url=https://oauth.vk.com/access_token [Tue Dec 18 05:33:58 2018] [debug] HttpClient: headers=array ( 0 => 'Content-type: application/x-www-form-urlencoded', 1 => 'Accept:...

This plugin tries to synchronize group membership when the user is logged in: https://github.com/kanboard/plugin-oauth2/blob/master/User/GenericOAuth2UserProvider.php#L160 I don't see this "oauth2_key_groups" documented anywhere. My biggest problem is that I already have a...

Hi fguillot, Thanks for making this nifty plugin! I have one question, when I login to Kanboard, my useraccount is created just fine. But when I give that account the...

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:...