Versions Compared

Key

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

...

For configuring user directories, see User directories (external sign-in)

The error_description parameter may, in some cases, also contain detailed authentication error code (in addition to humanized error message), such as TID-AEX-XXXX. For exhaustive list of these authentication error codes, see Authentication Error Codes . If you want to remove this authentication error code from error_description parameter, you can use this regular expression to do that: \s*\(TID-AEX-[0-9]{4}\). Example code Java below.

...

Info

From where does abbreviation TID-AEX come from?

It is simply TrivoreID Authentication EXeption. Number after it gives the clue on the occurred exception, or error code. The This error code is an OpenID Connect required parameter. Our prefix for it is “TID-AEX”.

General error codes

General error codes are common for all services.

...