SailPoint SAML Single Sign-On (SSO) Integration with Drupal as IdP
Overview
This guide will help you integrate Drupal as a SAML 2.0 Identity Provider (IdP) and SailPoint as a Service Provider(SP) using the miniOrange SAML IDP module. This integration enables centralized user management and permission control, allowing users to access multiple applications with a single set of credentials. This module is compatible with Drupal 7, Drupal 8, Drupal 9, Drupal 10, and Drupal 11.
Installation Steps
- Using Composer
- Using Drush
- Manual Installation
Configuration Steps
Drupal SAML IdP Metadata:
- After installing the module on your Drupal site, in the Administration menu, navigate to Configuration → People → miniOrange SAML IDP Configuration. (/admin/config/people/miniorange_saml_idp/idp_setup)
- Navigate to the IDP Metadata tab. Copy the Entity ID/Issuer, SAML Login URL, and X.509 Certificate. Keep it handy. (This is required in order to set up Monday.com as a SAML SP)
Configure SailPoint as Service Provider
- Login with your SailPoint IIQ Admin Account Dashboard.
- After logging in successfully, click on Global Settings option by clicking the gear symbol in the top right hand corner of the screen.
- Select the Login Configuration option in the Global Settings screen.
- Click on checkbox to Enable SAML Based Single Sign-On (SSO).
- In the Login Configuration page, select the tab SSO Configuration and use following values in respective attributes to set up SailPoint as SP.
Entity ID (Issuer) | Copy IDP Entity ID/Issuer from IDP Metadata and paste it. |
Identity Provider SSO Server URL | Copy SAML Login URL from IDP Metadata and paste it. |
SAML URL (Assertion Consumer Service) | Copy ACS URL / Single Sign-On URL (SSO) from IDP Metadata and paste it. |
Public X.509 Certificate | Copy and Download Certificate (Optional) from IDP Metadata and paste it. |
- Click on Save.
- Then, logout your SailPoint Account.
Configuring Drupal as SAML Identity Provider (IdP):
- Navigate to the Identity Provider Setup tab of the Drupal SAML IDP module.
- Go to the Upload SP Metadata section and paste the metadata url from SailPoint. Click on the Fetch Metadata button.
- Now click on the Test link to verify your configuration. If your configurations are correct then you will get the homepage of the SailPoint site in the test configuration window.
You have successfully configured SailPoint as SAML Service Provider and Drupal as SAML Identity Provider.