Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
123 stars 37 forks source link

When using passthrough users and passthrough scopes, refresh token grant fails if API does not allow password grant #127

Closed DonMartin76 closed 5 years ago

DonMartin76 commented 5 years ago

Preconditions

What happens

{
  "error": "unauthorized_client",
  "error_description": "The API content-api is not configured for the OAuth2 resource owner password grant."
}

Workaround: Enable the Resource Owner Password Grant on the API; it will not work to use that flow anyway, as the users come from a 3rd party IdP anyway.

DonMartin76 commented 5 years ago

Fixed in 1.0.0.beta11.