-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credential popups don't show any context information #239
Comments
Would require support from the MSAL library; requested this change here: |
Reopening because GCM is not using the WebView2 embedded browser still due to an oversight whereby we are not calling HOWEVER.. we still cannot add this feature because of some issues with loading the WebView2 runtime: |
@bgavrilMS is there any chance of getting the "window title" support added to WebView1 (not WV2) in MSAL? |
Yes, sure. |
WV2 isn't working that well for us either, so I think we should add it to WV1 as it isn't going away any time soon. |
Hopefully it should be a small change in the WV1 code; just setting the |
PR to add the window title to the WebView1 window: AzureAD/microsoft-authentication-library-for-dotnet#2936 |
Update our MSAL.NET dependency to 4.37 from 4.31. This should come with the following updates/fixes that we care about: - Can set embedded web view (legacy) window title to custom message (required for git-ecosystem#239) - Fixes some problems with WAM dialogs appearing behind parent windows - Moves WAM to no longer being experimental - Better MSA-PT support when used with WAM - Numerous performance improvements with authority discovery - Various WAM bug fixes
Update our MSAL.NET dependency to 4.37 from 4.31. This should come with the following updates/fixes that we care about: - Can set embedded web view (legacy) window title to custom message - Fixes some problems with WAM dialogs appearing behind parent windows - Moves WAM to no longer being experimental - Better MSA-PT support when used with WAM - Numerous performance improvements with authority discovery - Various WAM bug fixes Fixes git-ecosystem#239
PR #512 should allow us to set the window title on the embedded browser window, which once merged, will be in the next release. |
Update our MSAL.NET dependency to 4.37 from 4.31. This should come with the following updates/fixes that we care about: - Can set embedded web view (legacy) window title to custom message - Fixes some problems with WAM dialogs appearing behind parent windows - Moves WAM to no longer being experimental - Better MSA-PT support when used with WAM - Numerous performance improvements with authority discovery - Various WAM bug fixes Fixes git-ecosystem#239
Update our MSAL.NET dependency to 4.37 from 4.31. This should come with the following updates/fixes that we care about: - Can set embedded web view (legacy) window title to custom message - Fixes some problems with WAM dialogs appearing behind parent windows - Moves WAM to no longer being experimental - Better MSA-PT support when used with WAM - Numerous performance improvements with authority discovery - Various WAM bug fixes Fixes git-ecosystem#239
When the credential manager pops up asking for credentials there is no context about which repository or program is requesting access.
I have some background tasks which perform git operations now and then, and sometimes windows decides to drop stored creds so I get the cred popups without any context or user interaction and it just seems a lot like phishing.
It should at least show something to identify which repo/program the creds are being requested for before the user takes action.
The text was updated successfully, but these errors were encountered: