How to resolve the error "AADSTS700054 response_type id_token Is Not Enabled For The Application" when trying to authenticate into the Orchestrator with Azure AD?
Issue description:
Sometimes the following error may be encountered when attempting to log in to the Orchestrator via the Azure AD credentials.
Resolution:
- To resolve this issue, ID Tokens should be configured in your Azure instance.
- To do this, go to "Azure Portal > App registrations > {app} > Authentication> Implicit grant and hybrid flows" and check the option - "ID tokens (used for implicit and hybrid flows)". See below for reference.
- Read more here: Microsoft identity platform and OAuth 2.0 implicit grant flow.