You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pjirsa here's the error response. I'm facing the same issue.
{
"errors": [
{
"message": "IDW10502: An MsalUiRequiredException was thrown due to a challenge for the user. See https://aka.ms/ms-id-web/ca_incremental-consent. "
}
],
"data": {
"Observation": null
}
}
Line no 26 always runs into Msal exception challenging user.
If I pass the token directly then I'm able to fetch data from FHIR server. Pls help.
The text was updated successfully, but these errors were encountered: