react-azure-adb2c
react-azure-adb2c copied to clipboard
Uncaught (in promise) UnsupportedAuthorityValidation
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.
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!
Found AadAuthority.js in the msal dependency
Does this require altering Constants.ts?