mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix: Error when retrieve token from some OIDC due to not necessary scope parameter
This commit is contained in:
parent
75073bbdb2
commit
b26e65c70c
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ var getToken = function (query) {
|
|||
client_secret: OAuth.openSecret(config.secret),
|
||||
redirect_uri: OAuth._redirectUri('oidc', config),
|
||||
grant_type: 'authorization_code',
|
||||
scope: requestPermissions,
|
||||
state: query.state
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue