AcquireTokenFailure `AADSTS700051`

时光怂恿深爱的人放手 提交于 2020-05-16 03:53:07

问题


I just setup a Azure Active Directory tenant and I have an application using oAuth2 Implicit Flow. I get the following error

"_error":"AADSTS700051: response_type 'token' is not enabled for the application.

Is there a configuration setting in the Azure AD dashboard tenant that resolves this error?


回答1:


'token' is not enabled for the application

I have ever got this error, you could follow how Rohit said to fix this. You could modify the app manifest or select token in the Authentication (only for app registered in App registration(preview).

  • In the app manifest:

  • In the App registration (preview):



来源:https://stackoverflow.com/questions/55622603/acquiretokenfailure-aadsts700051

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