Web Portal Integration
Last updated
Last updated
FibriCheck offers a web portal for healthcare professionals to manage patients that are performing measurements. It's possible to redirect users to a specific page within the portal without that user having to login, using a pre-generated link that contains authentication information.
Possible use cases for this feature are:
Easy redirect - redirect users from the patient record software directly to the correct page in the FibriCheck Portal, without the user having to login.
Context Integration - by using the URL, the FibriCheck Web Portal can be easily embedded in third-party software through an iFrame.
The image below shows the important parts of the redirect URL:
In the following URL, the parts that need to be replaced are indicated with curly brackets {{ }}
:
POST
/auth/v2/oauth1/ssoTokens/generate
Executing this endpoint will generate a single sign-on token for the authenticated user. The endpoint does not require a body. This endpoint requires being authenticated in through an OAuth1.0 application.
Response
There are two options for the underlying account that is used to generate the single sign-on token
HCP Credentials: the HCP FibriCheck credentials are stored in the third-party platform and used to generate the token
Integration System Account: a dedicated system account is created that is used specifically for the integration to redirect users to the portal.