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
The following cases return a false positive error when using popup mode on latest auth0.js 7:
response_type=token
scope
scope: ''
audience
In both of these cases, there is only an access_token returned, which returns an error after this check:
access_token
auth0.js/index.js
Lines 972 to 974 in dbe1663
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following cases return a false positive error when using popup mode on latest auth0.js 7:
response_type=token
without anyscope
(need to explicitly passscope: ''
)response_type=token
with anaudience
parameterIn both of these cases, there is only an
access_token
returned, which returns an error after this check:auth0.js/index.js
Lines 972 to 974 in dbe1663
The text was updated successfully, but these errors were encountered: