If we have not enabled the application to request an id_token directly from the Authorization Endpoint (while writing Single Page Application that uses Implicit Flow Grant), we would get the below error à To fix it, go to Manifest of the application registered and set oauth2AllowIdTokenImplicitFlow to true. Another option of setting this property is … Continue reading “Fix – AADSTS700054:…
Continue Reading Nishant Rana’s Article on their blog
Fix – AADSTS700054: response_type ‘id_token’ is not enabled for the application -Dynamics 365 CE (Implicit Grant)
If we have not enabled the application to request an id_token directly from the Authorization Endpoint (while writing Single Page Application that uses Implicit Flow Grant), we would get the below error à To fix it, go to Manifest of the application registered and set oauth2AllowIdTokenImplicitFlow to true.
Blog Syndicated with Nishant Rana’s Permission

