You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SMART on FHIR
Hello All,
Im about to use Standalone launch, Im done with authorization and when trying to "Exchanges the Authorization Code for an Access Token" im getting the error
404 - File or directory not found, please provide the solution.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SMART on FHIR
Ok, thank you for the response, the above said issue is resolved but currently im getting an error ""invalid_client" , please find the below screenshot
Luis Enrique
unread,
Dec 31, 2021, 1:19:24 PM12/31/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SMART on FHIR
Usually means one of the below is not correct. Get a new auth code, maybe expired and double check the redirect_uri is the same as in the original request. Not 100% sure but I think your redirect_url will be automatically encoded by postman? Try adding it without the encoding.
grant_type: For the EHR launch flow, this should contain the value "authorization_code".
code: This parameter contains the authorization code sent from Epic's authorization server to your application as a querystring parameter on the redirect URI as described above.
redirect_uri: This parameter must contain the same redirect URI that you provided in the initial access request. The value of this parameter needs to be URL encoded.
client_id: This parameter must contain the application's client ID issued by Epic that you provided in the initial request.
Rajasekhar k
unread,
Jan 3, 2022, 10:00:27 PM1/3/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SMART on FHIR
Thankyou so much for the response, I have removed "encoding for redirect_url" as suggested for postman and added scope in the step1 for standalone launch to fix the issue.