Azure AD B2C Authentication with Azure AD Multi-tenant

亡梦爱人 提交于 2020-12-08 07:01:36

问题


I have configured Azure AD multi-tenant autentication by following this article: https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-multi-tenant-custom?tabs=applications

The authentication worked on friday last week, but now its suddenly failing. I tried to re-register the application in Azure AD with new App Id and new App secret that was added in both ends.

Error i'm getting:

Sorry, but we’re having trouble with signing you in. AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption.

Am I overlooking something obvious?

Authentication is used with a SPA Web App using React with react-aad-msal


回答1:


Solution: Changed platform configuration from SPA to Web solved it.



来源:https://stackoverflow.com/questions/61725134/azure-ad-b2c-authentication-with-azure-ad-multi-tenant

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