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
*`{{$aadV2Token [new] [AzureCloud|AzureChinaCloud|AzureUSGovernment|ppe] [appOnly ][scopes:<scope[,]>] [tenantid:<domain|tenantId>] [clientid:<clientId>]}}`: Add an Azure Active Directory token based on the following options (must be specified in order):
It kept failing sending the default client ID, and eventually I noticed the case mismatch.
In src/utils/aadV2TokenProvider.ts, the regex aadV2TokenRegex asks for tenantId and clientId.
The text was updated successfully, but these errors were encountered:
I tried to follow the instructions for setting up $aadV2Token and used
tenantid
andclientid
as per sample in the readme,vscode-restclient/README.md
Line 590 in 6649589
It kept failing sending the default client ID, and eventually I noticed the case mismatch.
In src/utils/aadV2TokenProvider.ts, the regex aadV2TokenRegex asks for
tenantId
andclientId
.The text was updated successfully, but these errors were encountered: