VS Code Extension + JWT

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?

Product: PowerShell Universal
Version: 5.5.3

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 , any chance this is related?