Entra ID integration with SuiteCRM 8

Hello @jomelp

While a direct integration between Entra ID (formerly Azure AD) and SuiteCRM 8 for Single Sign-On (SSO) isn’t available, here are two effective approaches to achieve similar functionality:

1. SAML 2.0 Integration:

  • SuiteCRM 8 supports SAML 2.0 for SSO, and Entra ID also offers SAML connectivity. Follow these steps:

SuiteCRM Configuration:

  • Refer to the module’s documentation for SAML setup, including defining Identity Provider (IdP) details like Entity ID and Single Sign-On URL (obtain these from your Entra ID tenant settings).

Entra ID Configuration:

  • In your Entra ID tenant, navigate to “Enterprise Applications” and create a new application for SuiteCRM.

  • Select “SAML 2.0” as the sign-on method and configure settings based on SuiteCRM’s SAML configuration (Entity ID, SSO URL, etc.).

  • Provide SuiteCRM with the necessary SAML attributes (e.g., username) for user identification.

2. Third-Party Integration Tool:

  • Several tools simplify integrating applications with SSO providers like Entra ID. These tools often offer pre-built connectors for both SuiteCRM and Entra ID:
  • OneLogin: Easy configuration and SSO setup with pre-built connectors.
  • Ping Identity: Integrates various applications, including SuiteCRM and Entra ID, with SSO capabilities.
  • Okta: Streamlined integration with pre-built connectors for SuiteCRM and Entra ID.

Resources:

  1. SuiteCRM SAML Authentication Module Documentation
  2. Entra ID SAML 2.0 Documentation
  3. OneLogin SuiteCRM Connector
  4. Ping Identity SuiteCRM Integration
  5. Okta SuiteCRM Integration

I hope this comprehensive response assists you in achieving SSO between Entra ID and SuiteCRM 8!

Thank you.