Skip to main content
Version: 7.2402.x.x RR

Error-codes

Client resource

/setups/{setupId}/clients

Clients resource error codes

RFC compliance Error Response

Service NameHTTP CodeErrorError DescriptionDescription
POST400MALFORMED_PAYLOADInvalid JSONIncorrect JSON formatted body.
404SETUP_NOT_FOUNDThe given setup was not found.Incorrect setup ID passing in URI.
400INVALID_REDIRECT_URIInvalid URI(s) <uri(s)>.redirect-uris contain invalid URI string format or an URI with fragment.
400INVALID_CLIENT_METADATAMissing attributeMissing required attribute.
400INVALID_CLIENT_METADATAClient credentials must not be publicGrant 'client credentials' cannot be used with confidentiality 'public'.
400INVALID_CLIENT_METADATAInvalid validFrom attributevalid_from set to a past date.
400INVALID_CLIENT_METADATAInvalid client identifierThe submitted client identifier is either not unique within the setup or contains invalid characters.
400INVALID_CLIENT_METADATAInvalid client secretThe submitted client secret contains invalid characters.
400INVALID_CLIENT_METADATAInvalid scopeNon-existing scope name.
400INVALID_CLIENT_METADATAInvalid response type for implicit grantThe response type for the implicit grant must be "token" and "id_token".
400INVALID_CLIENT_METADATAInvalid response type for authorization code grantThe response type for the authorization code grant must be "token" and "id_token".
400INVALID_CLIENT_METADATAData too long for the column <field name>The length is over the maximum.