Single Sign-On (SSO) using WSO2 Identity Server enables secure login into WordPress
using WordPress OAuth & OpenID Connect Single Sign-On (SSO) plugin.
Here we will go through a guide to configure WSO2 Identity server Single Sign-On (SSO)
with WordPress. By the end of this guide, users should be able to login using
WSO2 Single Sign-On (SSO) into WordPress. You can also configure plugins using
different custom providers and standard IDPs. It supports advanced Single Sign-On (SSO)
features such as user profile Attribute mapping, Role mapping, etc. To know more about the
features we provide in WordPress SSO ( OAuth & OpenID Connect Client ) plugin,
you can click here.
Pre-requisites : Download And Installation
- Log into your WordPress instance as an admin.
- Go to the WordPress Dashboard -> Plugins and click on Add New.
- Search for a WordPress OAuth Single Sign-On (SSO) plugin and click on Install Now.
- Once installed click on Activate.
Steps to configure WSO2 Single Sign-On (SSO) Login into WordPress
1. Setup WSO2 as OAuth Provider
- First, let’s register this Consumer App in WSO2 IS. Download and start WSO2 IS.
- Once logged in, go to Main -> Service Provider and click on Add.
- Enter the Service Provider Name and Description and click on Register.
- Now go to the Service Provider->List and edit the Service Provider you have created.
- Scroll down and select Inbound Authentication Configuration and then select OAuth/OpenID Connect Configuration and click on Configure.
- Select the OAuth Version 2.0 and enter the Redirect/Callback URL from the plugin in Callback URL field. Click on Add.
- When the app has been added, Client ID and Client Secret are generated for the application. Configure the WordPress OAuth SSO plugin with Client ID, Client Secret, Authentication and Access Token, Get User Info Endpoint of WSO2. Endpoints are provided at the bottom of this guide.
- Attribute Mapping: To get attributes from WSO2 you have to add following Claim URIs in your WSO2 application.
- Go to Service Provider->Claim Configuration.
- Select https://wso2.org/claims/emailaddress from Subject Claim URI dropdown.
- Add following URIs in Service Provider Claim Dialect:
https://wso2.org/oidc/claim &
https://wso2.org/claims
- You have successfully completed your WSO2 Server side configurations.
WSO2 Identity Server as an OAuth Provider is successfully configured from the above step for achieving WSO2 Single Sign-On (SSO) with WSO2 login credentials into your WordPress Site.
2. Setup WordPress as OAuth Client
Single Sign-On (SSO) using the WSO2 Identity Server was successfully configured as OAuth Provider and WordPress as OAuth Client using our WordPress SSO (OAuth / OpenID Connect Client) plugin. This solution ensures that you can securely log in to the WordPress web application by establishing WSO2 Identity Server Single Sign-On (SSO) and using WSO2 login credentials for authentication.
3. User Attribute Mapping
- User Attribute Mapping is mandatory for enabling users to successfully login into WordPress. We will be setting up user profile attributes for WordPress using below settings.
Finding user attributes
- Go to Configure OAuth tab. Scroll down and click on Test Configuration.
- You will see all the values returned by your OAuth Provider to WordPress in a table. If you don't see value for First Name, Last Name, Email or Username, make the required settings in your OAuth Provider to return this information.
- Once you see all the values in Test Configuration, go to Attribute / Role Mapping tab, you will get the list of attributes in a Username dropdown.
4. Role Mapping [Premium]
- Click on “Test Configuration” and you will get the list of Attribute Names and Attribute Values that are sent by your OAuth provider.
- From the Test Configuration window, map the Attribute Names in the Attribute Mapping section of the plugin. Refer to the screenshot for more details.
- Enable Role Mapping: To enable Role Mapping, you need to map Group Name Attribute. Select the attribute name from the list of attributes which returns the roles from your provider application.
Eg: Role
- Assign WordPress role to the Provider role: Based on your provider application, you can allocate the WordPress role to your provider roles. It can be a student, teacher, administrator or any other depending on your application. Add the provider roles under Group Attribute Value and assign the required WordPress role in front of it under WordPress Role.
For example, in the below image. Teacher has been assigned the role of Administrator & Student is assigned the role of Subscriber.
- Once you save the mapping, the provider role will be assigned the WordPress administrator role after SSO.
Example: As per the given example, Users with role ‘teacher’ will be added as Administrator in WordPress and ‘student’ will be added as Subscriber.
5. Sign In Settings
- The settings in Single Sign-On (SSO) Settings tab define the user experience for Single Sign-On (SSO). To add a Okta login widget on your WordPress page, you need to follow the below steps.
6. Scopes & Endpoints
Please refer the below table for configuring the scope & endpoints for WSO2 in the plugin.
Scopes |
openid |
Authorize Endpoint |
https://<domain-name>/oauth2/auth |
Token Endpoint |
https://<domain-name>/oauth2/token |
Userinfo Endpoint |
https://<domain-name>/oauth2/userinfo |
In this Guide, you have successfully configured WSO2 Single Sign-On (SSO) by configuring WSO2 identity server as OAuth Provider and WordPress as OAuth Client using our WordPress SSO (OAuth / OpenID Connect Client) plugin. This solution ensures that you can securely log in to the WordPress web application by establishing WSO2 Identity Server Single Sign-On (SSO) and using WSO2 login credentials for authentication.
Additional Resources
Mail us on oauthsupport@xecurify.com for quick guidance(via email/meeting) on your requirement and our team will help you to select the best suitable solution/plan as per your requirement.