We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library versions
react-aad-msal
msal
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.
id tokens
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
By the way, AFAIK, IdTokens have no refresh token, so there is no "Remember Me" option. What we should do in that case?
Sorry, something went wrong.
No branches or pull requests
Library versions
react-aad-msal
: 2.3.5msal
: 1.3.4Describe the bug
Getting the error:
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):
The text was updated successfully, but these errors were encountered: