OpenAM Single Sign-On (SSO) login for WordPress can be achieved by using our WordPress SAML Single Sign-On (SSO) plugin. Our plugin is compatible with all the SAML compliant Identity Providers. Here we will go through a step-by-step guide
to configure SSO login between WordPress site and OpenAM by considering OpenAM as IdP (Identity Provider) and WordPress as SP (Service Provider).
Pre-requisites: Download And Installation
To configure OpenAM as SAML IdP with WordPress, you will need to install the miniOrange WP SAML SP SSO plugin:
WordPress Single Sign On SSO login with Azure, Azure B2C, Okta, ADFS, Keycloak, Salesforce, Ping, Onelogin, Gsuite, Shibboleth & many SAML IdPs [24/7 SUPPORT]
Steps to configure OpenAM Single Sign-On (SSO) Login into WordPress (WP)
1. Setup OpenAM as IdP (Identity Provider)
Follow the following steps to Configure OpenAM as IdP
Configure OpenAM as IdP
- In the miniOrange SAML SP SSO plugin, navigate to Service Provider Metadata tab. Here, you can find the SP metadata such as SP Entity ID and ACS (AssertionConsumerService) URL which are required to configure the Identity Provider.
- Login to the OpenAM admin console.
- From the REALMS page, select the realm under which you want to create the SAML application. You will be redirected to the Realm overview page.
-
Click on Create SAMLv2 Providers in the Realm Overview page.
-
Click on Create Hosted Identity Provider. You will be redirected to the configuration page.
-
Configure SAML IDP as given below:
- Name: Name of the SAML IDP
- Signing Key: Select the Signing key from the dropdown.
- New Circle of Trust: Provide a name of the groups of IDP and SP that trust each other.
- Attribute Mapping: Configure user profile attributes to be sent to the Service Provider application.
- Click on the Configure button on the top right corner.
Configure Remote Service Provider
- Go to OpenAM admin dashboard and open Realm Overview page.
-
Click on Configure SAMLv2 Provider.
-
Now click on Configure Remote Service Provider. You will be redirected to the configuration page.
-
Configure the Service Provider as given below:
- Where does the metadata file reside: URL
- URL of metadata: Paste the miniOrange plugin’s Metadata URL here. You can get it from the Service Provider Metadata tab.
- Circle of Trust: Add to existing
- Existing Circle of Trust: Select the Circle of Trust (group) in which your hosted IDP is located.
-
Attribute Mapping: Configure user profile attributes for mapping.
- Click on the Configure button on the top right corner and then click on OK button.
- Verify the configuration of IdP and SP from the Federation tab of OpenAM.
-
You can download the OpenAM IdP metadata using the URL given below.
- For Single Realm: [OpenAM ServerURL]/saml2/jsp/exportmetadata.jsp
- For Multiple realms: [OpenAM ServerURL]/saml2/jsp/exportmetadata.jsp?entityid=[IdPentityID]&realm=/realmname
- Keep the IDP Metadata handy as it will be used in configuring the miniOrange Plugin.
You have successfully configured OpenAM as SAML IdP (Identity Provider) for achieving OpenAM SSO login into your WordPress (WP) Site.
2. Configuring WordPress as SP (Service Provider)
In the WordPress SAML SSO plugin, go to the Service Provider Setup tab of the plugin. There are two ways to configure the WordPress SSO plugin:
A. By uploading IDP metadata:
- Click on Upload IDP metadata button.
- Enter the Identity Provider Name
- You can either upload a metadata file and click on Upload button or use a metadata URL and click on Fetch Metadata.
B.Manual Configuration:
- Provide the required settings (i.e. Identity Provider Name, IdP Entity ID or Issuer, SAML Login URL, X.509 Certificate) as provided by your Identity Provider and click on the Save button.
Step 3: Attribute Mapping
- Attribute Mapping feature allows you to map the user attributes sent by the IDP during SSO to the user attributes at WordPress.
- In WordPress SAML plugin, go to Attribute/Role Mapping tab and fill up the following fields in Attribute Mapping section.

NOTE: If you click on Test Configuration button in Service Provider Setup tab and authenticate with your IDP, you can see a list of attributes sent by the IDP in the Attribute/Role mapping tab. This information can be used to
provide the above mapping.
Step 4: Role Mapping
In the standard plugin, you can choose a default role which will be assigned to all the non-admin users when they perform SSO.
- Go to Attribute/Role mapping tab and navigate to Role Mapping section.
- Select the Default Role and click on the Save button.
Step 5: SSO settings
In the Standard plugin you can enable SP-initiated SSO using the following options.
- Auto-Redirection from site: If this option is enabled, any unauthenticated user trying to access your site will get redirected to the IDP login page and after successful authentication, they will be redirected back to the same page
on your site which they were trying to access.
Steps:
- Go to Redirection and SSO Links tab of the plugin and navigate to Option 1: Auto - Redirection from site.
- Enable Redirect to IdP if user not logged in [PROTECT COMPLETE SITE]option.

- Auto-Redirection from WordPress Login: If this option is enabled, any unauthenticated user trying to access the default WordPress login page will get redirected to the IDP login page for authentication. After successful authentication,
they will be redirected back to the WordPress site.
Steps:
- Go to Redirection and SSO Links tab of the plugin and navigate to Option 2: Auto- Redirection from WordPress Login.
- Enable Redirect to IdP from WordPress Login Page option.

NOTE: Please enable the Backdoor login and note down the backdoor URL. This will allow you to access the WordPress login page in case you get locked out of the IDP.
- SSO Links: You can add SSO links anywhere on your site using the Shortcode and Widget provided in Redirection and SSO Links tab > Option 3: SSO Links section of the plugin
In the WordPress SAML SSO plugin, go to the Service Provider Setup tab of the plugin. There are two ways to configure the WordPress SSO plugin:
A. By uploading IDP metadata:
- Click on Upload IDP metadata button.
- Enter the Identity Provider Name
- You can either upload a metadata file and click on Upload button or use a metadata URL and click on Fetch Metadata.
- In the Premium plugin, you can enable auto-sync for the metadata URL which will auto-update the plugin configuration as per the IDP metadata after a set interval of time
B.Manual Configuration:
- Provide the required settings (i.e. Identity Provider Name, IdP Entity ID or Issuer, SAML Login URL, X.509 Certificate) as provided by your Identity Provider and click on the Save button.
- In the Premium Plugin, you can provide the SAML Logout URL to achieve Single Logout on your WordPress site.
Step 3: Attribute Mapping
- Attribute Mapping feature allows you to map the user attributes sent by the IDP during SSO to the user attributes at WordPress.
- In WordPress SAML plugin, go to Attribute/Role Mapping tab and fill up the following fields in Attribute Mapping section.
- Custom Attribute Mapping: This feature allows you to map any attribute sent by the IDP to the usermeta table of WordPress.
Step 4: Role Mapping
This feature allows you to assign and manage roles of the users when they perform SSO. Along with the default WordPress roles, this is compatible with any custom roles as well.
- From the Attribute Mapping section of the plugin, provide a mapping for the field named Group/Role. This attribute will contain the role related information sent by the IDP and will be used for Role Mapping.
- Navigate to role mapping section and provide the mappings for the highlighted roles.
- For example, If you want a user whose Group/Role attribute value is wp-editor to be assigned as an Editor in WordPress, just provide the mapping as wp-editor in the Editor field of Role Mapping section.
Step 5: SSO Settings
You have successfully configured WordPress (WP) as SAML SP for achieving OpenAM SSO login into your WordPress (WP) Site.
In this Guide, you have successfully configured OpenAM SAML Single Sign-On (OpenAM SSO Login) choosing OpenAM as IdP and WordPress as SP using miniOrange plugin-SAML Single Sign On – SSO Login. This solution ensures
that you are ready to roll out secure access to your WordPress (WP) site using OpenAM login credentials within minutes.
Recommended Add-Ons
SCIM User Provisioning
Allows syncing user's creation, updation and deletion from your IDP to WordPress site
Know more →
Page and Post Restriction
Restricts WordPress pages and posts based on User Roles and User's Login Status
Know more →
Learndash Integrator
Maps SSO users to LearnDash groups as per the group attributes sent by your IDP
Know more →
Additional Resources
If you are looking for anything which you cannot find, please drop us an email on samlsupport@xecurify.com
Why Our Customers choose miniOrange WordPress Single Sign-On (SSO) Solutions?
24/7 Support
miniOrange provides 24/7 support for all the Secure Identity Solutions. We ensure high quality support to meet your satisfaction.
Sign Up
Customer Reviews
See for yourself what our customers say about us.
Reviews
Extensive Setup Guides
Easy and precise step-by-step instructions and videos to help you configure within minutes.
Watch Demo
We offer Secure Identity Solutions for Single Sign-On, Two Factor Authentication, Adaptive MFA, Provisioning, and much more. Please contact us at
 +1 978 658 9387 (US) | +91 77966 99612 (India) samlsupport@xecurify.com