acquireTokenSilent fails due to the blockage of third-party cookies

1.2k Views Asked by At

I am using MSAL.js for Azure ADB2C login. We are using Angular 7 and "@azure/msal-angular": "^0.1.2". In some versions of safari and chrome browsers, acquireTokenSilent is failing and giving error

AADB2C90077: User does not have an existing session and request prompt parameter has a value of 'None'.

Because of it failure its calling acquireTokenPopup so again the user want to login. I found out that the issue is related to this settings of safari. If we change like this Preferences -> Privacy -> Prevent cross-site tracking, it will solve the problem but its not a solution. Is it useful If I update MSAL library? or any other solution for this? Pls help me and thanks in advance

0

There are 0 best solutions below