Storing authorization details
The article explains, how Aidbox stores authorization details
Last updated
Was this helpful?
The article explains, how Aidbox stores authorization details
Last updated
Was this helpful?
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 Aidbox
refresh_token
is an opaque string. It is used by Client
(application) to get new ace access tokens when it is staled
client
reference to the Client
is granted access to
scope
is the array of scopes authorized by the resource owner