We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
scope
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this url gives 400, but an empty client_id is supported for anonymous clients. Currently only works with
client_id=undefined
this gives 500 due to missing
scope
arg, but it should give 400 insteadThe text was updated successfully, but these errors were encountered: