Problem/Motivation
- In the Drupal 11 version of SimpleOauth, the Scope configuration is not created by default anymore. See: https://www.drupal.org/project/simple_oauth/issues/3263590
- For configuring SPA, we now need to create a Scope entity before being able to login to the SPA. Create it in the
enableSpaAppmethod. - This code should not be merged into
7.x. Cloud Orchestrator 7.x uses Simple Oauth 5.2.5, which does not require this change.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Dynamic_scopes___Cloud_Orchestrator.png | 40.13 KB | baldwinlouie |
Issue fork cloud-3516926
Show commands
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
baldwinlouie commented@yas, Please review this patch. This add support for creating the Scope entity for
drupal/simple_oauth:6.xComment #4
yas@baldwinlouie
Thank you for the MR. I’ll merge the patch into
8.x; and close this issue as Fixed.Comment #6
yas