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
wlandgraf
(Wagner Landgraf)
2
The TransactionId
is an internal id generated by Sphinx when a new login workflow is started.
Is there documentation about the workflow needed?
wlandgraf
(Wagner Landgraf)
4
Unfortunately no, this is an internal Sphinx login workflow.
not much point in having it in the swagger then
wlandgraf
(Wagner Landgraf)
6
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
system
(system)
Closed
7
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.