NOTE: Trivore ID Documentation has moved to https://trivoreid.com

The content on this site IS OUT OF DATE!

This space has been archived!

Please go ahead to the new site!

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Permalink:


This flow is currently working for suomi.fi strong identification in Finland.

User is redirected to a web page on ID service, which redirects user to the strong identification service, where the user will sign in to their bank or otherwise prove their identity, and are then redirected back to the ID service and the service will redirect back to the original service.

Endpoint URL without parameters: <baseUri>/openid/strongidentification

Method: POST or GET

Parameters:

ParameterValueRequired
access_tokenCurrent user's access tokenYes
successRedirectUriURI where user agent is redirected after successful identificationYes
failureRedirectUriURI where user agent is redirected in failure casesYes

Example URL with parameters:

https://fi.trivoreid.com/openid/strongidentification
   ?access_token=SY6DwAUw6G1XT463sV52FzZyi3gC4lk5
   &successRedirectUri=https%3A%2F%2Fexample.com%2Fsuccess
   &failureRedirectUri=https%3A%2F%2Fexample.com%2Ffailure

Failure redirect URI parameters

If identification process is not successfully finished, these parameters may be added to the failure URI.

ParameterValue
errorError code. Codes are listed below.
error_descriptionShort human readable explanation of error cause. Content is in English and can be jargon heavy (not necessarily user friendly).
Error codeMeaning
not_availableStrong identification is not available for current user.
invalid_tokenAccess token is invalid or expired
saml_auth_failAuthentication failed on SAML IDP side (for example, user cancelled)
internalUnexpected internal service error
auth_failInternal authentication error (for example, configuration issue)

Sequence for suomi.fi strong identification + sign-in (Finnish)

Test credentials for suomi.fi identification + sign-in

The authotiry VRK provides test credentials at <https://palveluhallinta.suomi.fi/fi/tuki/artikkelit/5a82ef7ab03cdc41de664a2b>.


  • No labels