Storing authorization details
The article explains, how Aidbox stores authorization details
This article explains details about storing authorization information related to SMART on FHIR app launch only
Session
resource
Session
resourceDuring the SMART on FHIR authorization process, Aidbox creates Session
resource. All details related to the authorization are stored in the Session
.
For example, there could be found following keys in the session:
access_token
is an opaque string. It is used to 'sign' requests to Aidboxrefresh_token
is an opaque string. It is used byClient
(application) to get new ace access tokens when it is staledclient
reference to theClient
is granted access toscope
is the array of scopes authorized by the resource owner
Last updated