Skip to content

Commit

Permalink
GITBOOK-3554: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Svyatoslav Krivosheev authored and gitbook-bot committed Sep 10, 2024
1 parent 797072f commit cb4cc54
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ description: The article explains, how Aidbox stores authorization details
# Storing authorization details

{% hint style="info" %}
This article explains details about storing authorization information related to [SMART of FHIR app launch](../../../security-and-access-control-1/how-to-guides/smart-on-fhir/smart-on-fhir-app-launch.md) only
This article explains details about storing authorization information related to [SMART on FHIR app launch](../../../security-and-access-control-1/how-to-guides/smart-on-fhir/smart-on-fhir-app-launch.md) only
{% endhint %}

### `session` rsource
### `Session` resource

During the SoF authorization process Aidbox creates `session` resource. All details related to the authorization are stored to the `session`.
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 Aidbox
* `refresh_token` is an opaque string. It is used by `Client` (application) to get new acess tokens when it is staled
* `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

0 comments on commit cb4cc54

Please sign in to comment.