JamesRandall/react-azure-adb2c

Uncaught (in promise) UnsupportedAuthorityValidation

AleAuthenticGaming opened this issue · 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.

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?