Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Customize account selection/logon window #41

Open
GruberMarkus opened this issue Sep 30, 2021 · 1 comment
Open

Customize account selection/logon window #41

GruberMarkus opened this issue Sep 30, 2021 · 1 comment

Comments

@GruberMarkus
Copy link

When acquiring a token with Get-MsalToken (latest version) without a LoginHint, the user gets presented a browser window with the option to select one of the already logged-in accounts or to log in with another account.

This window does not contain any information which application asks for logon data and for what reasons.

Is there a way to customize this browser windows or to add information to it?

If there is currently no way in MSAL.PS, but in MSAL itself, I would like to propose this as a new feature for MSAL.PS.

Thanks in advance!

@jazuntee
Copy link
Contributor

The login page itself is controlled by Azure AD so MSAL cannot alter that. However, there may be options to customize the popup windows title bar or something. Regardless, this is probably not something that will change. The popup window should also already be a child window of the PowerShell console launching it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants