You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 1.0.1401.0
Any other software? Yes - MSOnline/AzureAD/ExchangeOnlineManagement Windows PowerShell modules.
Steps to reproduce
When executing Connect-MsolService, Connect-AzureAD, Connect-ExchangeOnline, or any cmdlet that will invoke a Modern Authentication, the webpage/authentication form window opens behind the Windows Terminal window. This doesn't happen in Windows PowerShell when not using it in Windows Terminal.
Expected behavior
The webpage/authentication form window should open in the foreground so that you know it's there, and can enter your credentials.
Actual behavior
Currently, you have to notice that a Windows PowerShell taskbar icon has spawned, and switch to it manually.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
May 21, 2020
Hey, really sorry about that. This is a known limitation with how window handling is done in Terminal. There's a bad old console API that let a text-mode app get a window handle to present on top of. SSH, VSCode, Terminal, etc. do not work with it because they may not have a single window (or may not have a window at all.)
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
May 21, 2020
Environment
Steps to reproduce
When executing Connect-MsolService, Connect-AzureAD, Connect-ExchangeOnline, or any cmdlet that will invoke a Modern Authentication, the webpage/authentication form window opens behind the Windows Terminal window. This doesn't happen in Windows PowerShell when not using it in Windows Terminal.
Expected behavior
The webpage/authentication form window should open in the foreground so that you know it's there, and can enter your credentials.
Actual behavior
Currently, you have to notice that a Windows PowerShell taskbar icon has spawned, and switch to it manually.
The text was updated successfully, but these errors were encountered: