react-aad icon indicating copy to clipboard operation
react-aad copied to clipboard

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

Open hrazmsft opened this issue 5 years ago • 1 comments
trafficstars

Library versions

  • react-aad-msal: 2.3.5
  • msal: 1.3.4

Describe the bug Getting the error:

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

While I don't use the id token in my app, but only access token.

Expected behavior Login with no error. Like in this sample: https://github.com/Azure-Samples/ms-identity-javascript-react-spa-dotnetcore-webapi-obo

To Reproduce Follow the samples in this repo, without allow id tokens in the Azure AD.

Desktop (please complete the following information):

  • OS: Windowns 10
  • Browser: Chrome, Chromium Edge
  • Version: Latest

hrazmsft avatar Aug 10 '20 11:08 hrazmsft

By the way, AFAIK, IdTokens have no refresh token, so there is no "Remember Me" option. What we should do in that case?

hrazmsft avatar Aug 14 '20 08:08 hrazmsft