Returns public configuration of Onezone service.
Returns public information about the Onezone service.
This endpoint does not require authentication.
Example cURL requests
Get public information about the Onezone service
curl https://$HOST/api/v3/onezone/configuration
Request Examples
onezone-rest-cli getConfigurationResponses
Configuration returned successfully.
Onezone's name
Onezone's cluster domain
Version of this Onezone service
Build number of this Onezone service
If true, registering Oneproviders are allowed to request subdomains of the Onezone domain for use as their domains.
List of compatible Oneprovider versions
supportedIdPs array of objects List of IdPs supported by Onezone
List of IdPs supported by Onezone
The identifier of the IdP
Determines whether given IdP can be used in the offline access flow, i.e. Onezone can acquire access tokens in the IdP without the user being logged in.
Internal server Error.
error object Object describing an error.
Object describing an error.
String identifying the error type. Does not change between error instances.
Human readable error description. May contain information specific to given error instance.
Details about the error instance. The object schema is specific to each error type.
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}