Update an existing identity provider
Update an existing identity provider
Identity provider to update
|
name
string
requiredThe internal name of the local identity provider |
|||||||||||
|
type
string
requiredThe type of identity provider
Value
Local
|
|||||||||||
|
enabled
boolean
requiredWhether the local identity provider can be used to identify against Horizon |
|||||||||||
|
enabledOnUI
boolean
requiredWhether the local identity provider can be selected on login to the Horizon UI |
|||||||||||
|
displayName
array of objects | null (LocalizedString)
The display name of the local identity provider |
|||||||||||
|
Array [
] |
|||||||||||
|
description
array of objects | null (LocalizedString)
The description of the local identity provider |
|||||||||||
|
Array [
] |
|||||||||||
|
passwordPolicy
string | null
The password policy to enforce for user passwords on the local identity provider |
|||||||||||
|
emailTemplate
object | null (Email template)
The e-mail template to use for password recovery |
|||||||||||
|
|||||||||||
|
name
string
requiredThe internal name of the identity provider |
|||
|
type
string
requiredThe type of Identity provider to register
Value
OpenId
|
|||
|
enabled
boolean
requiredWhether the identity provider can be used to identify against Horizon |
|||
|
enabledOnUI
boolean
requiredWhether the identity provider can be selected on login to the Horizon UI |
|||
|
providerMetadataUrl
string
requiredThe URL of the identity provider OpenID callback |
|||
|
clientCredentials
string
requiredName of the password credentials containing the client ID and secret to use to authenticate Horizon against the identity provider |
|||
|
scope
string
requiredThe scope where to retrieve the user data from |
|||
|
trustSystemCAs
boolean
requiredTrust AC coming from the system trust store or only trust AC imported in Horizon |
|||
|
identifierClaim
string
requiredThe OpenID information that will be used as the user's identifier in Horizon |
|||
|
emailClaim
string
requiredThe OpenID information that will be used as the user's email in Horizon |
|||
|
nameClaim
string
requiredThe OpenID information that will be used as the user's name in Horizon |
|||
|
displayName
array of objects | null (LocalizedString)
The display name of the identity provider |
|||
|
Array [
] |
|||
|
description
array of objects | null (LocalizedString)
The description of the identity provider |
|||
|
Array [
] |
|||
|
proxy
string | null
The name of the proxy to use to reach the identity provider |
|||
|
timeout
string | null
The timeout value to use when connecting to the identity provider (must be a valid finite duration) |
|||
-
200 The updated identity provider
application/json_idstring requiredThe internal ID of the Identity Provider
namestring requiredThe internal name of the local identity provider
typestring requiredThe type of identity provider
ValueLocalenabledboolean requiredWhether the local identity provider can be used to identify against Horizon
enabledOnUIboolean requiredWhether the local identity provider can be selected on login to the Horizon UI
displayNamearray of objects | null (LocalizedString)The display name of the local identity provider
Array [
langstring requiredThe ISO 3166-1 (2-letters) code of the language used for the value
valuestring requiredThe localized value
]
descriptionarray of objects | null (LocalizedString)The description of the local identity provider
Array [
langstring requiredThe ISO 3166-1 (2-letters) code of the language used for the value
valuestring requiredThe localized value
]
passwordPolicystring | nullThe password policy to enforce for user passwords on the local identity provider
emailTemplateobject | null (Email template)The e-mail template to use for password recovery
toarray of objects (Email recipient) requiredThe recipient(s) of the e-mail
Array [
typestring requiredThe type of email recipient. Apart from the static recipient, all are deduced from the request's context.
Enumstaticteam_contactlabelrequestercontactapprovercertificate_rfc822nameteam_managercertificate_ownerlifecycle_operatorsemailstring | nullMandatory for static recipient and ignored otherwise. The address to send the email to.
labelstring | nullMandatory for label recipient and ignored otherwise. The label name to fetch the address from.
]
fromstring requiredThe sender name of the e-mail
titlestring requiredThe title of the e-mail
isHtmlboolean requiredWhether the e-mail contains HTML code
bodystring | nullThe body of the e-mail
_idstring requiredThe internal ID of the Identity Provider
namestring requiredThe internal name of the identity provider
typestring requiredThe type of Identity provider to register
ValueOpenIdenabledboolean requiredWhether the identity provider can be used to identify against Horizon
enabledOnUIboolean requiredWhether the identity provider can be selected on login to the Horizon UI
providerMetadataUrlstring requiredThe URL of the identity provider OpenID callback
clientCredentialsstring requiredName of the password credentials containing the client ID and secret to use to authenticate Horizon against the identity provider
scopestring requiredThe scope where to retrieve the user data from
trustSystemCAsboolean requiredTrust AC coming from the system trust store or only trust AC imported in Horizon
identifierClaimstring requiredThe OpenID information that will be used as the user's identifier in Horizon
emailClaimstring requiredThe OpenID information that will be used as the user's email in Horizon
nameClaimstring requiredThe OpenID information that will be used as the user's name in Horizon
displayNamearray of objects | null (LocalizedString)The display name of the identity provider
Array [
langstring requiredThe ISO 3166-1 (2-letters) code of the language used for the value
valuestring requiredThe localized value
]
descriptionarray of objects | null (LocalizedString)The description of the identity provider
Array [
langstring requiredThe ISO 3166-1 (2-letters) code of the language used for the value
valuestring requiredThe localized value
]
proxystring | nullThe name of the proxy to use to reach the identity provider
timeoutstring | nullThe timeout value to use when connecting to the identity provider (must be a valid finite duration)
-
400 Unable to update identity provider
application/problem+jsonerrorstring requiredThe error code of the problem
ValueSEC-IDPROV-002messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Identity Providertitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Identity Providerdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-IDPROV-006messagestring requiredA short, human-readable summary of the problem type
ValueReferenced identity providertitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueReferenced identity providerdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
401 Authentication error
application/problem+jsonerrorstring requiredThe error code of the problem
ValueSEC-AUTH-001messagestring requiredA short, human-readable summary of the problem type
ValueUnexpected Errortitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnexpected Errordetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-002messagestring requiredA short, human-readable summary of the problem type
ValueInvalid credentials or principal does not existtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid credentials or principal does not existdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-003messagestring requiredA short, human-readable summary of the problem type
ValueCertificate is not trustedtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueCertificate is not trusteddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-004messagestring requiredA short, human-readable summary of the problem type
ValueCertificate is expiredtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueCertificate is expireddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-005messagestring requiredA short, human-readable summary of the problem type
ValueCertificate is revokedtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueCertificate is revokeddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-006messagestring requiredA short, human-readable summary of the problem type
ValuePrincipal not authenticatedtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValuePrincipal not authenticateddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-007messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Identity Providertitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Identity Providerdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-008messagestring requiredA short, human-readable summary of the problem type
ValueInvalid redirect pathtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid redirect pathdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-009messagestring requiredA short, human-readable summary of the problem type
ValuePrincipal not authenticated or authentication expiredtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValuePrincipal not authenticated or authentication expireddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
403 Forbidden action
application/problem+jsonerrorstring requiredThe error code of the problem
ValueSEC-PERM-001messagestring requiredA short, human-readable summary of the problem type
ValueInsufficient privilegestitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInsufficient privilegesdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueLIC-002messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Licensetitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Licensedetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueLIC-004messagestring requiredA short, human-readable summary of the problem type
ValueExpired Licensetitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueExpired Licensedetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
404 Identity provider not found
application/problem+jsonerrorstring requiredThe error code of the problem
ValueSEC-IDPROV-003messagestring requiredA short, human-readable summary of the problem type
ValueIdentity Provider not foundtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueIdentity Provider not founddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
500 Unexpected internal server error
application/problem+jsonerrorstring requiredThe error code of the problem
ValueSEC-IDPROV-001messagestring requiredA short, human-readable summary of the problem type
ValueUnexpected errortitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnexpected errordetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-001messagestring requiredA short, human-readable summary of the problem type
ValueUnexpected Errortitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnexpected Errordetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueLIC-001messagestring requiredA short, human-readable summary of the problem type
ValueUnexpected errortitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnexpected errordetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807