mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
19 lines
557 B
YAML
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
|