DrupalTM Blog
Welcome to our Drupal blog! Stay up to date with the latest Drupal news, best practices, and techniques.
How do I download the Drupal SAML SP Metadata?
After installing the SAML SP module on your Drupal site, navigate to Configuration > People > miniOrange SAML Login Configuration (/admin/config/people/miniorange_saml/idp_setup). Under the Service Provider Metadata tab, click on the Download XML Metadata button.
How do I configure a SAML Single Sign-On application in Microsoft Entra ID?
- Log in to your Microsoft Azure portal.
- Select Enterprise applications from the Azure services section.
- Click on the New application button.
- Select Create your own application.
- Enter the application name and choose "Integrate any other application you don't find in the gallery (Non-gallery)".
- Click Create and proceed to the Set up single sign on section.
- Select SAML as the sign-on method.
- Upload the previously downloaded XML Metadata file from Drupal.
- Save the configuration and copy the App Federation Metadata URL.
How do I assign users and groups to the Azure application?
- In the Azure portal, select Users and groups from the left navigation menu.
- Click on the Add user/group button.
- In the Add Assignment window, select the users or groups to assign to the application.
- Click on Select and then Assign to confirm the assignment.
How do I configure Drupal as a SAML Service Provider?
- On your Drupal site, navigate to the Service Provider Setup tab of the SAML module.
- Click on Upload IDP Metadata.
- Paste the App Federation Metadata URL from Azure AD into the Upload Metadata URL field.
- Click on the Fetch Metadata button.
- If needed, update the Identity Provider Name to "Azure".
- Save the configuration and test the connection by clicking Test.
- Log in to Microsoft Entra ID when prompted and verify the attributes received.
How do I test the SAML SSO login?
- Open a new browser or private window and navigate to the Drupal login page.
- Click the Login using Identity Provider (Azure) link.
- Log in with your Azure AD credentials.
- Upon successful login, you will be redirected to your Drupal site.
What should I do if I face issues during the test configuration?
If you encounter issues, contact our support team at drupalsupport@xecurify.com with a screenshot of the test configuration window.
How does SAML SSO login work?
For SP-initiated SSO, users click the Login using Identity Provider (Azure) link on the Drupal login page. They are redirected to the Azure AD login page, enter their credentials, and upon successful authentication, gain access to the Drupal site.