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

Redirect URI is not compared to configured value #247

Open
Akhil-Suden opened this issue Jun 14, 2023 · 2 comments
Open

Redirect URI is not compared to configured value #247

Akhil-Suden opened this issue Jun 14, 2023 · 2 comments

Comments

@Akhil-Suden
Copy link

Akhil-Suden commented Jun 14, 2023

In method, ValidationTokenRequest(), redirect_uri is not compared against configured value for the client id.
It should return error if redirect_uri value not matches the configured value.

@bilinxing
Copy link

The same doubt, whether there is a relevant answer. redirect_uri legitimacy check needs to be done by the programmer?

@bilinxing
Copy link

I solved the doubts, this ValidateURIHandler will check whether the redirect_uri is legal, you can customize

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

2 participants