microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 67 forks source link

auth: Help consumers manage signing into tenants better #1826

Open alexweininger opened 5 hours ago

alexweininger commented 5 hours ago

Consumers of the auth package are running into the same issues that made us develop the tenants view. Users sign in but we can't list subscriptions because we need users to sign in to a specific tenant. For now, consuming extensions need to handle this on their own, but ideally we could handle this in a central place.

alexweininger commented 5 hours ago

Related to #1815