问题
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