This module adds 'redirect' and 'scope' fields to Consumer entities provided by the Consumers module. And, via simple_oauth_consumers_list_alter(), adds the values of those fields to the table shown at admin/config/services/consumer. Hover, the order of the headers does not match the values in the rows. e.g. the value of the scopes field is shown under the redirect header.

Example:

Command icon 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

eojthebrave created an issue. See original summary.

eojthebrave’s picture

Status: Active » Needs review
StatusFileSize
new57.36 KB
new940 bytes

Here's a patch that fixes it. Looks like the order things are added to the array matters here.

stefan.korn’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm this issue and confirm that the patch fixes this. So setting this to RTBC.

stefan.korn’s picture

rkoller’s picture

I've applied the patch to the current version 5.0.3 of simple_oauth and the patch is still successfully fixing the issue :)

pasqualle’s picture

+1 to RTBC

matt_paz’s picture

Version: 8.x-4.x-dev » 5.x-dev

Just changing the target version

e0ipso made their first commit to this issue’s fork.

  • e0ipso committed 758ceb3 on 5.x
    Issue #3116782 by e0ipso, eojthebrave, stefan.korn, rkoller, Pasqualle,...
e0ipso’s picture

Status: Reviewed & tested by the community » Fixed

It took a while, but here we are.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.