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

.default is mistakenly appended to VSCODE_TENANT scope, which can break sign in #1607

Closed
alexweininger opened this issue Oct 19, 2023 · 0 comments · Fixed by #1608
Closed

Comments

@alexweininger
Copy link
Member

The resulting set of scopes will have: ["VSCODE_TENANT:<tenant id>", "VSCODE_TENANT:<tenant id>.default"]. The second entry shouldn't exist and it messes up the built-in authentication provider sometimes since it's not a valid tenant id.

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

Successfully merging a pull request may close this issue.

1 participant