You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using "scopes" inside credentials when building the adminApiClient there is missing a transformation to scope as it's expected by League when using PasswordGrant
The client is therefore unable to apply any other scope than the default scope defined (write admin)
Expected Behavior
When defining scopes while using grant_type: password it should either be converted to a proper "scope" key before request is actually made or the type should be adjusted to just use scope as expected from API.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
When using "scopes" inside credentials when building the adminApiClient there is missing a transformation to
scope
as it's expected by League when using PasswordGrantThe client is therefore unable to apply any other scope than the default scope defined (
write admin
)Expected Behavior
When defining scopes while using
grant_type: password
it should either be converted to a proper "scope" key before request is actually made or the type should be adjusted to just usescope
as expected from API.Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: