-
Notifications
You must be signed in to change notification settings - Fork 15
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
With Postman #96
Comments
Client Id should be the App Registration's client Id [Not registered for Client app] and the scope should be {Your FHIR Base URL}/user_impersonation, you can define your own scope instead of user_impersonation. Make sure you have defined the audience properly |
App Registration complete. Postman setup done accordingly; which is mentioned here. Added client id(App registration) . IDW10502: An MsalUiRequiredException was thrown due to a challenge for the user. See https://aka.ms/ms-id-web/ca_incremental-consent. ", The token that I receive has user info but scope of only "scp": "User.Read",. It should have additional values in here right? Where is the miss? |
Yes , I can do that via postman but not using the banana pop ui.
…On Thu, 17 Nov 2022 at 2:06 PM, M.F.M Fazrin ***@***.***> wrote:
Make sure you have defined your scope properly in your API permission
under app registration to access the Azure Healthcare API
[image: image]
<https://user-images.githubusercontent.com/18024930/202396394-c5339fdc-a9d1-4056-a16a-2328c60f3d23.png>
Is it working if you try to send a query directly from Postman instead of
Bananacake Pop?
—
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEOIVTCXI5XR3ETQZA4JLLWIXVB5ANCNFSM6AAAAAASAUPKLI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@vikram002 double check appsettings.json and make sure the
The scope MUST have the same root URL as your FHIR API. |
The text was updated successfully, but these errors were encountered: