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

Uncaught (in promise) UnsupportedAuthorityValidation

Open DineshLt93 opened this issue 5 years ago • 1 comments

Hi

I have used the below-given sample credentials its working fine and redirected to the Microsoft login screen.

b2cauth.initialize({ instance: 'https://login.microsoftonline.com/tfp/', tenant: 'peachitad.onmicrosoft.com', signInPolicy: 'B2C_1_react_signup', applicationId: '702f55a3-72fd-4da1-a22b-1dc82e70a049', cacheLocation: 'sessionStorage', scopes: ['https://peachitad.onmicrosoft.com/api/user_impersonation'], redirectUri: 'http://localhost:3000', postLogoutRedirectUri: window.location.origin, });

But I have changed into my own Azure AD B2C credential am getting the Uncaught (in promise) UnsupportedAuthorityValidation error. Kindly give me any suggestions.

DineshLt93 avatar Apr 24 '20 15:04 DineshLt93

Same thing here, were you able to fix this? Thanks in advance.

carlosdiaz avatar Jun 06 '20 13:06 carlosdiaz