Changes

Jump to navigation Jump to search
no edit summary
==== BI ====
This method creates events in KAFKA with '''topic = gvp.authentication.external''' and the following event formats:
<syntaxhighlight lang="javascript">
 
{
"ob":"25",
"operation":"OID/logout",
"step":"1 - BuildOIDCLogoutRequest",
"transaction_id":"727fe862-3b46-43ca-8306-14b5076622f6",
"timestamp":"2018-12-13T20:14:34.0875272Z",
"status": "OK", // OK if the url has been build correctly. ERROR if there was an error in the method. Fill the error with the error code and error_desc with the StatusMessage
"device_type_id":"401",
"device_id":"3243242334",
"user_id":"",
"error": "",
"error_desc":""
}
</syntaxhighlight>
 
14

edits

Navigation menu