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

OAuth authorization URL checks fail on some valid urls #146

Open
wmurphyrd opened this issue Jan 23, 2024 · 0 comments
Open

OAuth authorization URL checks fail on some valid urls #146

wmurphyrd opened this issue Jan 23, 2024 · 0 comments

Comments

@wmurphyrd
Copy link
Member

https://immers.space/auth/authorize?response_type=token&client_id=&redirect_uri=https%3A%2F%2Flocalhost%3A8443%2Fdoc%2FREST%2Foauth2-redirect.html

this url gives 400, but an empty client_id is supported for anonymous clients. Currently only works with client_id=undefined

https://immers.space/auth/authorize?response_type=token&client_id=undefined&redirect_uri=https%3A%2F%2Flocalhost%3A8443%2Fdoc%2FREST%2Foauth2-redirect.html

this gives 500 due to missing scope arg, but it should give 400 instead

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