Skip to content
New issue

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

Msal Exception #105

Open
vikram002 opened this issue Dec 8, 2022 · 2 comments
Open

Msal Exception #105

vikram002 opened this issue Dec 8, 2022 · 2 comments

Comments

@vikram002
Copy link

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.
image

@pjirsa
Copy link
Collaborator

pjirsa commented Jan 12, 2023

@vikram002 can you please include the exception message?

@salmanm
Copy link

salmanm commented Mar 19, 2024

@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
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants