SSO accees token service uses for SSO (Single Sign On) Authentication.
Step by Step:
| Name | Value |
|---|---|
| REST-API METHOD | SSO Access Token |
| HTTP METHOD | POST |
| RESPONSE TYPE | JSON |
| URL | https://[your-company].selphiu.com/auth/sso |
| REQUEST HEAD | Accept: application/json; Content-Type: application/json |
{
"email": "[b64_encrypted]"
}
{
"code": "200",
"status": "Success",
"result": {
"access_token": "[YOUR-ACCESS-TOKEN]"
}
}