Artifacts (Infrastructure)

Obtain artifact information provided by platform.

Get domain

get

Returns the authentication domain.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Domain config could be found in response body.

application/json

DomainConfiguration

get
/api/configurations/domain

Update domain

put

Updates the authentication domain.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

DomainConfiguration

Responses
chevron-right
200

The domain configuration was successfully updated.

application/json

DomainConfiguration

put
/api/configurations/domain

Get tenant connector config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Configuration was found & you were allowed to access it. The result is in the body.

application/json

TenantConnectorConfigurations

get
/api/configurations/tenantconnector

Last updated