Does Profit support LDAP/SAML Integration?

Category: General

Profit supports two types of integrations with directory services for single sign-on. Single Sign-On (SSO) allows users to sign in to Profit with their existing application credentials and access their OKRs without a need to remember or renew credentials.

  • SAML integration
  • LDAP Integration

Consider the following scenarios

  • Import users for the first time during initial setup
  • Add new users as and when new users are added to the directory service, along with their org structure like, specifically department, and manager.
  • Disable access to Profit.co, when a user is disabled in the directory service.

Solution

Typically user details from the directory service include:

  • Employee ID
  • Employee Name
  • Email Id
  • Manager Name
  • Job Title
  • Department

Our sync utility will import users for initial setup as well as terminate users in Profit. For creating and terminating users, the sync service can be run every 6 hours and also can be modified based on your requirement.

When the user logs in, an automatic check will happen to see if the employee already exist in Profit or not. If not, the employee will be auto-created with user details.

Related Questions