vscode-restclient
vscode-restclient copied to clipboard
aadV2Scopes not working
- REST Client Version: 0.25.1
- VSCode Version: 1.97.2
- OS Version: MacOS 15.3.1
Steps to Reproduce:
- add aadV2Scopes variable to environment file
- add following header to request Authorization: Bearer {{$aadV2Token}}
- aadV2Scopes are not passed along on the authorize request
I just hit this same issue.
I see that variable in latest master but not in v0.25.1 branch, so maybe we just need the author to publish a new version based on the latest master code.