.ysael
06/19/2023, 7:06 PMreshma
06/19/2023, 7:17 PM.ysael
06/19/2023, 8:24 PM.ysael
06/20/2023, 12:08 PMreshma
06/20/2023, 9:15 PM.ysael
06/26/2023, 6:37 PM.ysael
06/26/2023, 6:39 PMcurl --location 'https://adequate-crane-0.clerk.accounts.dev/oauth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Cookie: __cf_bm=[COOKIE \
--data-urlencode 'grant_type=authorization_code' \
--data-urlencode 'client_id=nL8EyJsUWKhTEGK3' \
--data-urlencode 'client_secret=[SECRET]' \
--data-urlencode 'code=[CODE]' \
--data-urlencode 'redirect_uri=[OUR_HOSTED_MEDPLUM]/auth/external' \
--data-urlencode 'scope=profile'
.ysael
06/26/2023, 6:40 PM{
"error": "server_error",
"error_description": "The authorization server encountered an unexpected condition that prevented it from fulfilling the request"
}