benbaran / msal-angular

Angular MSAL Wrapper Module
MIT License
16 stars 16 forks source link

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

Open pnaika opened 5 years ago

pnaika commented 5 years ago

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

Marcelh1983 commented 5 years ago

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 msal@1.0.0. 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