Unable to log in with VSCODE_CLIENT_ID VSCODE_TENANT scope
Testing #226539
Using the latest VS Code Insiders on Ubuntu with the Fugio extension and my personal Microsoft account.
I tried putting in the scope VSCODE_CLIENT_ID:a4fd7674-4ebd-4dbc-831c-338314dd459e VSCODE_TENANT:common profile and got the error "invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application."
I then tried putting in the scope VSCODE_CLIENT_ID:a4fd7674-4ebd-4dbc-831c-338314dd459e, VSCODE_TENANT:common, profile and got the error "Specified tenant identifier 'common,' is neither a valid DNS name, nor a valid external domain." which seems to imply that the values should not be comma-separated, either.
Got the same error
This should be working now. I forgot to add a redirect uri to the client id configuration
Steps:
- Install Fugio
- Run
Fugio: Mint Token microsoftVSCODE_CLIENT_ID:a4fd7674-4ebd-4dbc-831c-338314dd459e VSCODE_TENANT:common profile
It should take you through the flow to mint a token