SSO
POST https://{{endpoint}}/ws/sso
This function allow a user to perform a SSO in a new tab or inside an iframe.
BODY
- username: string, username
- password: string, password encrypted
RETURN
- url: url where to redirect the user in order to perform the SSO in a new tab
- iframe: url to empbed in order to perform the SSO in an iframe
Request Body
{"username"=>"employer@test.com", "password"=>"XxX"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Cookie | string |