Received error - "AADSTS399266: Blob grant token received with wrong issuer type."
Narisetti, Bernard
0
Reputation points
I am trying to use the code from this microsoft learn page - https://learn.microsoft.com/en-us/samples/azure-samples/ms-identity-ciam-javascript-tutorial/ms-identity-ciam-javascript-tutorial-0-call-api-vanillajs/ and configure the Ids. When trying to authenticate and access the API, seeing below error with status code 400.
{
"error": "invalid_request",
"error_description": "AADSTS399266: Blob grant token received with wrong issuer type. Trace ID: 2cd9ffce-cb70-454d-be7f-d8f39dfc0401 Correlation ID: e689aacd-7c78-42e6-93d0-12b70b24620c Timestamp: 2024-09-05 15:49:43Z",
"error_codes": [
399266
],
"timestamp": "2024-09-05 15:49:43Z",
"trace_id": "2cd9ffce-cb70-454d-be7f-d8f39dfc0401",
"correlation_id": "e689aacd-7c78-42e6-93d0-12b70b24620c"
}
Sign in to answer