Files
api-specs/idn/beta/schemas/JITConfiguration.yaml
2022-09-02 10:59:29 -04:00

19 lines
557 B
YAML

type: object
properties:
enabled:
type: boolean
description: The indicator for just-in-time provisioning enabled
sourceId:
type: string
description: the sourceId that mapped to just-in-time provisioning configuration
example: 2c9180857377ed2901739c12a2da5ac8
sourceAttributeMappings:
type: object
additionalProperties:
type: string
description: a mapping of JIT source attributes to the SAML assertion attribute
example:
firstName: okta.firstName
lastName: okta.lastName
email: okta.email