Closed (fixed)
Project:
Social Auth Discord
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2026 at 03:25 UTC
Updated:
18 Feb 2026 at 03:44 UTC
Jump to comment: Most recent
Our current implementation of the OAuth authorization scopes captures more than is necessary for SSO.
Observe the Drupal\social_auth_discord\DiscordAuthManager::getAuthorizationUrl() caries the following scopes:
Only identify and email are necessary for SSO. The user may add additional scopes if their implementation calls for it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jcandan commented