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).

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

login

string

^^[\w.\-_]{2,50}$

no

User name

exiturl

string

^(https?://.{4,245})?$

yes

optional: URL to redirect user to after logout

Response

Field

Type

Null?

Description

token

string

no

Token for single sign-on


Zuletzt aktualisiert am 05.05.2021.
weiter: TestSayHello
zurück: SessionCheck