Azure AD B2C Policy with Identity Providers not working

淺唱寂寞╮ 提交于 2019-12-11 18:39:36

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!