You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched from @azure/ms-rest-nodeauth to @azure/Identity (ADAL to MSAL) Treat application as a public client may be set to true
Set Allow public client flows to Yes and add the permission User.Read for Delegated in your Azure Portal or you can't login anymore. The settings are described with some images in the README.
Those changes were nesessary to use MSAL instead of ADAL.