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

Missed redirect_uri on Token Request #207

Open
damikael opened this issue Mar 25, 2024 · 1 comment
Open

Missed redirect_uri on Token Request #207

damikael opened this issue Mar 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@damikael
Copy link
Member

damikael commented Mar 25, 2024

missed redirect_uri

As for https://openid.net/specs/openid-connect-core-1_0.html#TokenRequest 3.1.3.1
and https://www.rfc-editor.org/rfc/rfc6749.txt 4.1.3

client_id is REQUIRED

@peppelinux peppelinux added the bug Something isn't working label Mar 25, 2024
@peppelinux
Copy link
Member

Yes.

It MUST be present in the token request and it MUST be one of the ones contained in the redirect_uri included in the RP metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants