Use the PUT /serviceAuthentication
endpoint to manage availability and credentials to services responsible for federation protocol handling, monitoring and administration.
Code | Reason |
---|---|
200 | Service authentication settings updated. |
400 | The request was improperly formatted or contained invalid fields. |
422 | Validation error(s) occurred. |
ServiceAuthentication
- Service Authentication Settings.
Property | Type | Description |
---|---|---|
attributeQuery | ServiceModel | SAML2.0 attribute query service. Remove the JSON field to deactivate the attribute query service. |
jmx | ServiceModel | JMX application management and monitoring service. Remove the JSON field to deactivate the JMX service. |
connectionManagement | ServiceModel | Connection management service. Remove the JSON field to deactivate the connection management service. |
ssoDirectoryService | ServiceModel | SSO directory service. Remove the JSON field to deactivate the SSO Directory service. |
ServiceModel
- Service Model.
Property | Type | Description |
---|---|---|
id | string | Id of the service. |
sharedSecret | string | Shared secret for the service. |
encryptedSharedSecret | string | Encrypted shared secret for the service. |