JOC API

Version 2.7.3

Download RAML
JOC API
/iam/identityservice/store
POST

Stores an Identity Service


Parameters in the POST body schema

Name Type Description Example Default
identityServiceName required, string The name of the idendityService that should be considered for this call myService
identityServiceType required, enum The type of the idendityService
  • KEYCLOAK
  • KEYCLOAK-JOC
  • LDAP
  • LDAP-JOC
  • OIDC
  • OIDC-JOC
  • FIDO
  • JOC
  • CERTIFICATE
LDAP
identityServiceAuthenticationScheme required, enum The idendityService scheme the identity service should be used for.
  • SINGLE-FACTOR
  • TWO-FACTOR"
SINGLE-FACTOR
secondFactor optional, boolean Whether the Identity Service is used as a second factor false false
secondFactorIdentityServiceName optional, string Then name of the identity service that should be used as the second factor (when identityServiceAuthenticationScheme=TWO-FACTOR) myNewIdentityservice
disabled optional, boolean Whether the Identity Service is disabled false false
required optional, boolean Whether the Identity Service is required false false
ordering optional, integer The ordering of the identity service 1 1
auditLog optional, object Object that contains comment, timeSpent and ticketLink.
{
  "comment": "Operational requirement!",
  "timeSpent": 2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, integer Field in auditLog to enter the time spent in minutes.
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.