You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
SSO API can be used to log into a Joget user account, via the username and password/hash.
| Name | Description |
---|
1 | Sign on user |
Log into a Joget user account.
Name | Description |
---|
URL | /sso | HTTP Method | POST | Query String Parameters | Parameter | Description |
---|
j_username | Joget user's username. | j_password | User password. | hash | Joget hashed password. For more info: Hashed Password. |
| Sample Response |
{
"isAdmin": true,
"username": "admin",
"token": "OWASP_CSRFTOKEN=1I8H-HUV7-7RPG-WIBN-E5K1-VZC5-PT6E-84DI"
}
|
|