-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Changed popup behavior with v5? #8325
Copy link
Copy link
Closed
Labels
bug-unconfirmedA reported bug that needs to be investigated and confirmedA reported bug that needs to be investigated and confirmedmsal-angularRelated to @azure/msal-angular packageRelated to @azure/msal-angular packagemsal-browserRelated to msal-browser packageRelated to msal-browser packagepublic-clientIssues regarding PublicClientApplicationsIssues regarding PublicClientApplicationsquestionCustomer is asking for a clarification, use case or information.Customer is asking for a clarification, use case or information.
Metadata
Metadata
Assignees
Labels
bug-unconfirmedA reported bug that needs to be investigated and confirmedA reported bug that needs to be investigated and confirmedmsal-angularRelated to @azure/msal-angular packageRelated to @azure/msal-angular packagemsal-browserRelated to msal-browser packageRelated to msal-browser packagepublic-clientIssues regarding PublicClientApplicationsIssues regarding PublicClientApplicationsquestionCustomer is asking for a clarification, use case or information.Customer is asking for a clarification, use case or information.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Core Library
MSAL.js (@azure/msal-browser)
Core Library Version
5.2.0
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
5.0.4
Public or Confidential Client?
Public
Description
In my code I'm using
MsalService.loginPopup().With @azure/msal-angular 4.0.26, the popup closed automatically after logging in.
With @azure/msal-angular 5.0.4 the popup stays open and shows the redirect page, which is undesirable, at least in my case.
Is this by design? Or is this a bug? (Maybe related somehow internally related to #8316 ?)
Error Message
No response
MSAL Logs
No response
Network Trace (Preferrably Fiddler)
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
loginPopup()with v4loginPopup()with v5Expected Behavior
Popup closing after login instead of loading/showing redirect URL.
Identity Provider
Entra ID (formerly Azure AD) / MSA
Browsers Affected (Select all that apply)
Chrome
Regression
@azure/msal-angular 4.0.26