Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See the API documentation for
POST <baseUri>/api/rest/v1/user/{userId}/strongidentification/interactive
for more details.

The produced URL is valid only for a short time, so it should be generated only immediately before user is forwarded to the URL.

...

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

Parameter

Value

error

Error code. Codes are listed below.

error_description

Short human readable explanation of error cause. Content is in English and can be jargon heavy (not necessarily user friendly).

Error code

Meaning

not_available

Strong identification is not available for current user.

invalid_token

Access token is invalid or expired

saml_auth_fail

Authentication failed on SAML IDP side (for example, user cancelled)

internal

Unexpected internal service error

auth_fail

Internal authentication error (for example, configuration issue)

...