Login via Sphinx - where should the value for TransactionId come from?

In the Swagger for my Sphinx Server /LoginApp/Login the payload definition is

{
  "TransactionId": "string",
  "User": {
    "Id": "string",
    "UserName": "string",
    "Email": "string",
    "PhoneNumber": "string"
  },
  "Password": "string"
}

what value should be used for TransactionId?

thanks

The TransactionId is an internal id generated by Sphinx when a new login workflow is started.

Is there documentation about the workflow needed?

Unfortunately no, this is an internal Sphinx login workflow.

not much point in having it in the swagger then

Well, there is not much point in having Swagger enable in Sphinx server at all. That's why it's disabled by default.

Nevertheless, we added [SwaggerExclude] attribute to the LoginApp service so it won't show up anymore.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.