Documentation
Go back to website
  • Overview
  • Tf platform
    • Overview
    • Data regions
    • Administration
      • Organizations
        • Settings
          • Delete organization
          • Modify organization
        • Projects
          • Create project
          • Modify project
          • Delete project
          • Tenants
            • Create Tenant
            • Remove Tenant
            • CORS
              • Modifying Allowed Origins
            • Services
              • Enabling/disabling services
            • Domains
              • Configure custom domain
              • Remove custom domain
              • Certificates
                • Renewing Self-Managed Certificates
                • Configure Self-Managed Certificates
                • TLS/SSL Support
              • Reverse Proxies
                • Cloudflare as Reverse Proxy
        • Access
          • Users
          • Applications
          • Roles
          • Groups
        • Event Feed
        • Support
          • Capacity
          • Versioning
        • Billing
          • Create a new billing account
          • Disable a Billing account
          • Delete a billing account
          • Alerts
        • Integrations
          • Events Streaming
            • SIEM
          • Identity Sync
            • SCIM Push Model
          • Identity Federation
            • OpenId Connect integration
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Tf platform
  2. Administration
  3. Organizations
  4. Integrations

Identity Sync

SCIM Workflow with OAuth2 Client Integration:

When implementing SCIM, the TF platform will create a confidential OAuth2 client to securely call the platform's APIs during synchronization.

Example Workflow for SCIM Integration Push strategy:

  1. HR System Updates: The HR system updates an employee’s status (e.g., a new employee is added, or an existing employee is terminated).

  2. Push to TF Platform: The HR system sends a SCIM API request to the TF platform with the updated user data, using the confidential OAuth2 client to authenticate and authorize the request.

  3. TF Platform Receives Data: The TF platform processes the incoming data, ensuring the employee has the appropriate permissions or is immediately deactivated if terminated.

  4. Real-time Synchronization: Any associated systems or applications that rely on user data are updated instantly through the exact push mechanism.

PreviousSIEMNextSCIM Push Model

Last updated 4 months ago

Was this helpful?