SSO API
Introduction
The SSO API allows you to log in to a Joget user account using a username and password or a hashed password.
Get started
Where to get the plugin
You can access the SSO API as part of the Joget platform. No additional plugin installation is required.
How to install
The SSO API is built into the Joget platform. No installation steps are necessary.
How to use it
- Drag and drop the SSO API from the Palette to the Canvas.
- Select the endpoints
List of API Endpoints
Sign on user
Log in to a Joget user account.
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 information, see Hashed Password. |