SessionCreate¶
This function can be used to prepare a session for single sign-on. With the generated token, the user must be redirected to the URL /liveconfig/login/sso?token=###TOKEN###. This URL can only be reached via SSL/TLS (HTTPS). The token can only be used once and is only valid for 60 seconds. If the user is already logged in, the old session is automatically ended (invalid).
|
Field |
Type |
RegExp |
Null? |
Description |
|---|---|---|---|---|
|
|
AuthData |
no |
Authentication data |
|
|
|
string |
|
no |
User name |
|
|
string |
|
yes |
optional: URL to redirect user to after logout |
|
Field |
Type |
Null? |
Description |
|---|---|---|---|
|
|
string |
no |
Token for single sign-on |