Storing authorization details
This article explains details about storing authorization information related to Set up SMART on FHIR in Aidbox only
Session
resource
During 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