fbpx

When creating and configuring an Azure AD App Registration to use for authenticating a web application with Azure AD, it’s common to see the AADSTS700054: response_type 'id_token' is not enabled for the application error when the application attempts to authenticate the user. This error may or may not occur, depending on the configuration needed.

Fix: response_type 'id_token' is not enabled for the application (AADSTS700054) 1

To resolve the 'id_token' is not enabled for the application error, you will need to go into the App Registration’s Authentication settings, and enable ID_Token issuance for the application.

Fix: response_type 'id_token' is not enabled for the application (AADSTS700054) 2

Follow these steps to enable this setting on the App Registration:

  1. Within the Azure Portal, go to Microsoft Entra ID (formerly Azure AD)
  2. Under the Manage section on the left side, click on App registrations
  3. Within the list of App Registrations, click on the App registration for your application
  4. On the App registration, under the Manage section on the left side, click on Authentication
  5. On this pane, locate the “Select the tokens you would like to be issued by the authroization endpoint” setting, check the box for “ID tokens (used for implicit and hybrid flows)
  6. Then click Save

Once this is configured, access your application so it attempts to authenticate you again. After this the error message should go away.

Happy authenticating and authorizing your applications!

Microsoft MVP

Chris Pietschmann is a Microsoft MVP, HashiCorp Ambassador, and Microsoft Certified Trainer (MCT) with 20+ years of experience designing and building Cloud & Enterprise systems. He has worked with companies of all sizes from startups to large enterprises. He has a passion for technology and sharing what he learns with others to help enable them to learn faster and be more productive.
HashiCorp Ambassador Microsoft Certified Trainer (MCT) Microsoft Certified: Azure Solutions Architect