VS Code Extension + JWT

avatar
(anonymous user)

Hey Everyone,

Long story short, I’ve been having issues getting the VS Code extension working correctly. After doing some troubleshooting (and educated guessing) I think my problem is the JWT auth that we use. Is there any way to cite your JWT settings in VS Code? As you can see in the screenshot, when i try to expand any of my objects i’m getting connection and sorting errors. Since we’re using JWT, i dont believe the PSU auth tokens will work correctly with the management endpoints… thus not returning anything to VS Code.

Does any of this sound accurate? Thoughts? Suggestions?



56c0493f63827463f4b26815b0e1be22c0d74d0b

Product: PowerShell Universal
Version: 5.5.3


56c0493f63827463f4b26815b0e1be22c0d74d0b.png

All Comments (1)

avatar

Adding some more color here. It looks like the JWT auth only works for custom developed API end points. The management endpoints dont seem to work. This is super similar to a fix updated in PowerShell Universal - 4.1.4 , @Adam Driscoll , any chance this is related?