SSO API can be used to log in to a Joget user account, via username and password/hashed password. 


NameDescription
1Sign on user

Log in to a Joget user account.

Name

Description
URL/sso
HTTP MethodPOST
Query String Parameters
ParameterDescription
j_usernameJoget user's username.
j_passwordUser 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"
}