-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Upgrade guide for MSAL Angular 5 missing #8313
Copy link
Copy link
Closed
Labels
documentationRelated to documentation.Related to documentation.msal-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
documentationRelated to documentation.Related to documentation.msal-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)
Wrapper Library
MSAL Angular (@azure/msal-angular)
Public or Confidential Client?
Public
Documentation Location
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular#guides
Description
Looks like upgrading @azure/msal-angular from 4.0.25 to 5.0.3 is not trivial (at least I could not get it working by just switching the version and removing the deprecated
storeAuthStateInCookiesetting).So an upgrade guide to v5 (and an up-to-date documentation in general, see for example https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular#version-support) would be appreciated.