You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like only one scope can be passed (at most) when using get-access-token command. Some request contexts actually carry multiple scopes. I'm currently integrating codespaces auth with BuildXL, and I'm passing all the scopes the given request context carries, but I think only the first one will be honored?
Thanks,
Serge.
The text was updated successfully, but these errors were encountered:
Based on this:
ado-codespaces-auth/src/auth-helper.ts
Line 25 in bf1194f
it looks like only one scope can be passed (at most) when using
get-access-token
command. Some request contexts actually carry multiple scopes. I'm currently integrating codespaces auth with BuildXL, and I'm passing all the scopes the given request context carries, but I think only the first one will be honored?Thanks,
Serge.
The text was updated successfully, but these errors were encountered: