msal-angular icon indicating copy to clipboard operation
msal-angular copied to clipboard

Login always prompts for user interaction in this version of angular wrapper

Open pnaika opened this issue 6 years ago • 1 comments

Hi,

We recently update our auth to use @azure/msal-angular from adal-angular but we have an issue to bypass login prompt and auto login which used to happen in adal.

We did some research and we think msal-angular uses an older version of msal-js library. Is there a plan or Can we update the msal version to newer 0.2.4 version? https://github.com/benbaran/msal-angular/blob/master/package.json#L25.

https://github.com/AzureAD/microsoft-authentication-library-for-js/releases , this release has the fix for the issue I guess.

Thanks

pnaika avatar Apr 05 '19 17:04 pnaika

Hi @pnaika since this package is not maintained anymore, and @azure/msal-angular does not yet fit all my requirements I created my own package using [email protected]. and which I will maintain until @azure/msal is final and mature. You could try it: npm i angular-msal: https://github.com/Marcelh1983/angular-msal

Marcelh1983 avatar May 08 '19 20:05 Marcelh1983