Skip to content

Commit

Permalink
changed oauth scope
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickFuereder committed Jan 24, 2025
1 parent db92731 commit 8524a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@
$config['oauth_auth_uri'] = 'https://api.login.netdb.at/oauth/authorize/';
$config['oauth_token_uri'] = 'https://api.login.netdb.at/oauth/token/';
$config['oauth_identity_uri'] = 'https://api.login.netdb.at/oauth/me/';
$config['oauth_scope'] = "email";
$config['oauth_scope'] = 'user:4 offline_access';
$config['oauth_auth_parameters'] = [];
$config['oauth_identity_fields'] = ['email'];

0 comments on commit 8524a95

Please sign in to comment.