Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client_secret not set for Password Grant #74

Open
imageck opened this issue Apr 15, 2023 · 0 comments · May be fixed by #75
Open

client_secret not set for Password Grant #74

imageck opened this issue Apr 15, 2023 · 0 comments · May be fixed by #75

Comments

@imageck
Copy link

imageck commented Apr 15, 2023

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]"
}
@imageck imageck linked a pull request Apr 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant