codejenn
10/12/2023, 6:57 PMrahul1
10/12/2023, 7:20 PMrahul1
10/12/2023, 7:21 PMcodejenn
10/12/2023, 7:23 PMcodejenn
11/01/2023, 5:09 PM{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"text": "Failed to verify code - check your identity provider configuration"
}
}
],
"extension": [
{
"url": "https://medplum.com/fhir/StructureDefinition/tracing",
"extension": [
{
"url": "requestId",
"valueUuid": "59c62cc7-9e41-46e7-9caa-c1b3c47c0ef9"
},
{
"url": "traceId",
"valueUuid": "eeaf4109-02d5-4180-9e2d-584deb11f8d0"
}
]
}
]
}
Wondering if you have any insight into which part might be incorrect.
We know for sure the authorize & token urls' are correct but slightly guessing on the user info URL.
We are basing that off of this page: https://learn.microsoft.com/en-us/entra/identity-platform/userinfo#calling-the-userinfo-endpoint
Any pointers would be awesomecodejenn
11/01/2023, 6:37 PM400 (bad request) when it's calling api.medplum.com/auth/external with the codecodejenn
11/01/2023, 10:02 PMreshma
11/01/2023, 11:30 PMrahul1
11/01/2023, 11:53 PMcodejenn
11/01/2023, 11:59 PMrahul1
11/02/2023, 12:16 AMapi.medplum.com/auth/external with code in URL (step 6+7)
4. Redirect to your app with code in URL (step 11)
5. Call processCode (step 13)
6. Receive access token (step 14)codejenn
11/02/2023, 4:07 PMrahul1
11/02/2023, 11:50 PMcodejenn
11/02/2023, 11:51 PM