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
POST request to the token endpoint does not accept "scope" query parameter. I did not find "scope" props in the request body in Ory docs > Reference > HTTP API, but RFC 6749 did have those props. Try to request an access token with narrower scope did not work and always return all scope.
### Version
1.11.10
### On which operating system are you observing this issue?
macOS
### In which environment are you deploying?
Docker Compose
### Additional Context
_No response_
The text was updated successfully, but these errors were encountered:
Preflight checklist
Describe the bug
POST request to the token endpoint does not accept "scope" query parameter. I did not find "scope" props in the request body in Ory docs > Reference > HTTP API, but RFC 6749 did have those props. Try to request an access token with narrower scope did not work and always return all scope.
Reproducing the bug
docker-compose up
Create the client
But it returns a new refresh token and invalidates the previous one
Relevant log output
Relevant configuration
docker-compose.yml
config/hydra/hydra.yml
The text was updated successfully, but these errors were encountered: