Search found 1 match
- Tue Oct 17, 2023 11:11 am
- Forum: PowerShell GUIs
- Topic: Get interactive token using MSAL in form
- Replies: 0
- Views: 18733
Get interactive token using MSAL in form
I'm writing a GUI where a function require a token from Azure. I'm using Get-MsalToken where the user interactively select the account to be used. This works fine if the request starts before the form, but is hidden if called from the form. Is there a way to force the interactive logon to show while ...