[fixed] The current code will stop working with Windows Terminal v.1.22. #3
german-one
announced in
Announcements
Replies: 3 comments 5 replies
|
Would the code proposed by Microsoft at https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam#parent-window-handles work? In PowerShell, I currently use this: |
0 replies
|
No, also this won't work any longer. The handle points to a hidden pseudo console. |
5 replies
|
As I have a day off and the weather is ugly, I took the time to work on that. I'm happy to provide a first preview PS code. EDIT: Now it's a day later and I pushed an update for all codes in the repo. Should be solved now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I knew the half-life of this code would be short. And I didn't even expect it to last longer than half a year. But now the time has come. Terminal
v.1.23v.1.22 includes updates that make the hosted process untraceable with the current implementation.Whenever I find the time I'll try to find a way to make it work again.
All reactions