Using vscode.authentication.getSession(RedirectUri) api
In a VS Code extension that requires Entra ID authentication and uses native APIs such as vscode.authentication.getSession, is the redirect URI always http://localhost:xxxx?
If the extension is intended for private use within the organization, is this considered a good practice and normal behavior?
Can this redirect URI be customized or modified?