Skip to content

client_secret not set for Password Grant #74

@imageck

Description

@imageck

There is an introductory note that reads:

Please note that this extension retrieves the Client ID and Client Secrets for your Applications using the Management API. This information is subsequently used to call Authentication API endpoints where applicable.

However, it isn't the case with Password Grant. Requests to /oauth/token are missing the client_secret parameter as can be seen below:

{
  "client_id": "9tlGxco4m755WQNJDREhX660qTsHojfz",
  "connection": "Username-Password-Authentication",
  "grant_type": "password",
  "password": "*****************",
  "scope": "openid",
  "username": "[email protected]"
}

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