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

OAuth2 RequestValidator method "save_bearer_token" should return the default redirect URI #1379

Open
ehossack opened this issue Dec 27, 2023 · 0 comments

Comments

@ehossack
Copy link

Is your feature request related to a problem? Please describe.
Oauth2 RequestValidator does not correctly implement superclass.

Per return type: https://github.com/oauthlib/oauthlib/blob/fe020db74199d5284c00d7735aa7d4ddc90f5d61/oauthlib/oauth2/rfc6749/request_validator.py#L357

the request validator should return the redirect URI, but the current method returns nothing:

Describe the solution you'd like
The method should be altered to return the default redirect URI for the client

Describe alternatives you've considered
n/a

Additional context
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant