-
Notifications
You must be signed in to change notification settings - Fork 2.7k
angular-standalone-sample with v5: login using popup is broken #8370
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.
Core Library
MSAL.js (@azure/msal-browser)
Core Library Version
5.4.0
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
5.1.1
Public or Confidential Client?
Public
Description
Angular standalone sample with msal v5 doesn't work.
Error Message
No response
MSAL Logs
No response
Network Trace (Preferrably Fiddler)
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
Update package.json with the latest versions:
Now you have a few compilation errors that are not well-documented. See related issue: #8332
Just comment out error codes in
app.component.ts:Run sample with
ng serveand you have the sample running on http://localhost:4200.Just run "login with popup" and you will see popup not correctly handled and it remains open.
Expected Behavior
The sample has to work correctly with v5
Identity Provider
Entra ID (formerly Azure AD) / MSA
Browsers Affected (Select all that apply)
Chrome
Regression
No response