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
Passing scope: 'openid profile' triggers the following warning:
scope: 'openid profile'
Usage of scope 'openid profile' is not recommended. See https://auth0.com/docs/scopes for more details.
This recommendation does not apply to OIDC-conformant mode, so it should be removed for that case.
The text was updated successfully, but these errors were encountered:
e9ffdcc
Merge pull request #803 from luisrudge/oidc-conformant-openid-warning
9086e31
removes scope openid warning in OIDC conformant mode. fix #780
No branches or pull requests
Passing
scope: 'openid profile'
triggers the following warning:This recommendation does not apply to OIDC-conformant mode, so it should be removed for that case.
The text was updated successfully, but these errors were encountered: