Single Sign-On

Issue Domain Admin SSO token

Using this endpoint you can issue a token for Domain Admin user. This token can be used for autologin Domain Admin user by using query_string var sso_token={token}. Token expiration time is 30s

post/api/v1/add/sso/domain-admin

Request body

usernameobject

the username for the admin user

Example request

{
  "username": "testadmin"
}

Response

OK

Changes

Changed in 2 of the 51 revisions of this API.11