Endpoint
/api/tslogin
Single Sign-On allows the consumer of the API to use a token for validation when accessing CloudLSI, thus the user is not required to log into the application. Once the token is verified using a predefined API owned by the consumer, the user is logged into CloudLSI using the information returned by the verification.
Parameters
| Parameter Name |
Type |
Required |
Description |
| token |
String |
Yes |
Value to be passed to consumer's validation API to retrieve user information needed for CloudLSI login. |
Example API Call
api/tslogin?token=abcdefghijk
Note: API Authentication not required