generated from druxt/module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Describe the bug
When using DruxtAuth with the Simple OAuth2 6.x Drupal module you get the following error:
{
error: "invalid_request",
error_description: "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.",
hint: "Check the `scope` parameter",
message: "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed."
}
The issue is caused by DruxtAuth having no support or means to send scope settings.
To Reproduce
Steps to reproduce the behavior:
- Setup DruxtAuth <-> Simple Oauth2 6.x site
- ...
- See error
Expected behavior
Have the ability to configure the scopes to be used alongside the existing Druxt Auth config.
Media
N/A
Your Environment (please complete the following information):
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request