put https://{tenanturl}/v2.0/identitysources/
The REST interface that updates a particular instance of identity source.
Entitlements required: manageIdentitySources
Note: The properties and the number of properties differ with the identity source type. More information about the properties associated with various identity source types can be found in the knowledge center here.
Note: V1 to V2 property changes. For identity sources types that support identity linking:
V1 Property | V2 Migrated Property | Notes |
---|---|---|
identityLinkingEnabled | identityLinkingEnabled | No change. Enable/disable identity linking |
externalId (SAML only) external_id_attribute (EnterpriseOIDC only) identityLinkingExternalId (WeChat only) | identityLinkingExternalId | Requires identityLinkingEnable==true |
externalIdTransform (SAML only) | identityLinkingExternalIdTransform | Requires identityLinkingExternalId to be set |
identityLinkingJitEnabled | jitEnabled | Does not depend on identityLinkingEnabled |
identityLinkingPrincipalAttribute | principalAttribute | Does not depend on identityLinkingEnabled |
-- | principalAttributeTransform | Requires principalAttribute to be set |