You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Definition

SSO API can be used to log in to a Joget user account, via the 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"
}




  • No labels