I'm testing my SMART application on Epic AppOrchard using Hyperspace simulator. Currently facing issue related to Tokens in OAuth2 context. Following is my Token URL: mrn=%PATID%&user=%SYSLOGIN%&providerId=%USERPROVFHIRID%
I used to get providerId parameter filled with correct practitioner Id that I can use to fetch Practitioner information until start of third week of July 2019. Now I'm receiving empty string in providerId parameter. I don't think I've changed anything that made my application receive empty string in providerId.
Can someone please help me understand how these token parameters are filled with correct values and/or under what circumstances they remain empty? Maybe a guide how Tokens in OAuth2 Context work could help. Thanks