Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Wrong response when using password grant_type and invalid user credentials #59

@koemeet

Description

@koemeet

Hi,

When you're requesting an access token based of user credentials, you get a wrong response when your credentials are invalid.

Expected result:

{
  "error_description" : "Invalid username and password combination",
  "error" : "invalid_grant"
}

Instead, it only returns:

{
  "error" : "invalid_grant"
}

I will create a pull-request if necessary.

Best wishes,
Steffen Brem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions