Page tree

Versions Compared

Key

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

...

EventCodeContextEventMessageDescription / Solution

Anchor
E1165
E1165
E1165

Openid

Error on openid authentication: {message} \n Request params: {request} \n Session: {session} \n Openid params: {openid}

Openid connect client exception. The error is thrown by the openidconnect library. This will output the original error message and some additional debug info

Anchor
E1173
E1173
E1173

OpenidThe OpenIdUserData attribute {attribute} was not set by the requested OpenID server.Make sure, that your IDP (identity provider) server provides the relevant attribute.

Anchor
E1174
E1174
E1174

OpenidNo roles are provided by the OpenID Server to translate5. The default roles that are set in the configuration for the customer are used.If you want to set the roles of the user through your IDP server, provide the role or roles attribute there.

FrontEndMessageBus

EventCodeContextEventMessageDescription / Solution

Anchor
E1175
E1175
E1175

Plug-In FrontEndMessageBus

FrontEndMessageBus: Missing configuration - runtimeOptions.plugins.FrontEndMessageBus.messageBusURI must be set in configuration.

Set the missing messageBusURI configuration:
Message Bus URI, change default value according to your needs (as configured in config.php of used FrontEndMessageBus). Unix sockets are also possible, example: unix:///tmp/translate5MessageBus

Anchor
E1176
E1176
E1176

Plug-In FrontEndMessageBus

FrontEndMessageBus: Response status "{status}" in indicates failure in communication with message bus.

Check the error log of the Message Bus server for further information.

Anchor
E1177
E1177
E1177

Plug-In FrontEndMessageBusFrontEndMessageBus: parse error in JSON response, the error was: "{msg}"Check the error log of the Message Bus server for further information.

Anchor
E1178
E1178
E1178

Plug-In FrontEndMessageBusFrontEndMessageBus: empty JSON response.Check the error log of the Message Bus server for further information.

EventCode Design rules / decisions

...