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

Remove scope from access token request when using Authorization Code Grant #865

Open
retogsell opened this issue Feb 20, 2025 · 0 comments

Comments

@retogsell
Copy link

Hi there

As in RFC6749 defined, when using Authorization Code Grant, the Access Token Request does not contain the scope parameter.

scope: config.scope ?? 'opendid',

The parameter is appended always, is it possible do optionally disable it in the access token request? So the scope is only sent in the Authorization Request?

At the moment my idp blocks access token requests with scope parameter.

Greets Reto

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

No branches or pull requests

1 participant