Hi ,
and when I decode the jwt I received from auth server it looks as below.
{
"profile": "Practitioner/fd7a737e-1ac5-4c4e-89cd-1c07da4ca1c2",
"fhirUser": "Practitioner/fd7a737e-1ac5-4c4e-89cd-1c07da4ca1c2",
"aud": "48db8bcc-da2a-44b7-b385-1859d1426d10",
"sub": "dae2f4d04f9cc451beb23e6de394a41e8465f8dc19e92c0de9bb281e04f8d5c4",
"iss": "
https://launch.smarthealthit.org/v/r4/fhir",
"iat": 1664343390,
"exp": 1664346990
}
My client id is in aud, I expect it to be redirect_url ( at least a url ) as per the specification. Am I doing something silly here ?
Thank you
Regards
Buminda