react-azure-adb2c icon indicating copy to clipboard operation
react-azure-adb2c copied to clipboard

Uncaught (in promise) UnsupportedAuthorityValidation

Open AleAuthenticGaming opened this issue 5 years ago • 3 comments

Due to the recent changes in Azure B2C, the AadAuthority.TrustedHostList in AadAuthority.js is not valid.

I had to add my [domain].b2clogin.com to the trusted hosts list to let it work.

AleAuthenticGaming avatar Mar 29 '19 12:03 AleAuthenticGaming

Hey @AleAuthenticGaming, could you share how you added your domain to the trusted hosts list? I don't see any AadAuthority.js file in the repo or anything. Thanks!

andrewleader avatar Oct 23 '19 21:10 andrewleader

Found AadAuthority.js in the msal dependency

AdbC99 avatar Dec 29 '19 06:12 AdbC99

Does this require altering Constants.ts?

mikebridge avatar Mar 29 '20 01:03 mikebridge