问题
I have created a policy that internally uses a Identity provider. On clicking run now I see the below error
http://localhost:3000/#error=server_error&error_description=AADB2C%3a+An+exception+has+occurred.%0d%0aCorrelation+ID%3a+84fa6f8d-6aac-4588-9d26-fd987c31ebc0%0d%0aTimestamp%3a+2018-10-13+05%3a26%3a26Z%0d%0a
I am using a Inbuilt policy. the Policy uses a Identity provider that connects to other Azure AD. The reply urls on the AD's application are set same. What could be the issue here?
Thanks!
回答1:
The error http://localhost:3000 means you already successful sign in your app, it just redirects to your app reply URL. Because you didn't run localhost:3000, so the return prompts "This site can’t be reached".
来源:https://stackoverflow.com/questions/52789839/azure-ad-b2c-policy-with-identity-providers-not-working