AADSTS700054: response_type 'id_token' is not enabled for the application

Found the solution. Need to access the Azure portal using Chrome. Go to Azure Active Directory and choose App Registrations (Preview). Open up the app registration and choose Authentication on the left. Under Advanced Settings, Implicit grant check the box "ID tokens".

That will add the property oauth2AllowIdTokenImplicitFlow to the manifest file with the value set to "true".


you can try by enabling the 'ID Token'

Enabled the 'ID Token'