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

  1. Drag and drop the SSO API from the Palette to the Canvas.
  2. 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
Sample Response
{
  "isAdmin": true,
  "username": "admin",
  "token": "OWASP_CSRFTOKEN=1I8H-HUV7-7RPG-WIBN-E5K1-VZC5-PT6E-84DI"
}
Created by Julieth Last modified by Aadrian on Dec 03, 2024