IdentityServer4 Login in WordPress with IdentityServer4 SSO OAuth
Overview
Implement IdentityServer4 Login in WordPress with IdentityServer4 SSO using our WordPress OAuth & OpenID Connect Single Sign-On (SSO) plugin. Enable user authentication into WordPress with IdentityServer4 OpenID Connect provider. IdentityServer4 login with WordPress allows your users to perform Single Sign-On (SSO) to your WordPress and access the site by authenticating with their IdentityServer4 account credentials. You can also configure plugin using different IDPs such as Azure AD, Office 365, and other custom providers. It supports advanced Single Sign-On (SSO) features such as user profile Attribute mapping, Role mapping, multi-tenant login etc. Here we will use the token endpoint of IdentityServer4 to implement IdentityServer4 SSO with WordPress OAuth protocol. By the end of this guide, users should be able to configure IdentityServer4 login with WordPress for user authentication. To know more about other features we provide in WP OAuth Single Sign-On ( 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 IdentityServer4 Login into WordPress with Single Sign-On (SSO)
Step 1: Setup IdentityServer4 as OAuth Provider
- Set up IdentityServer4 using guidelines provided here.
- From Configure OAuth tab in Oauth Client plugin, collect Redirect/Callback URL and enter it into your IdentityServer4.
- Copy your Client ID and Client Secret and save it on your miniOrange OAuth Client plugin Configuration.
- You have successfully completed your IdentityServer4 OAuth Server side configurations.
- In Plugin, Add Custom Application.
- Enter your app name and use the following information to fill the details.
You have successfully configured IdentityServer4 as OAuth Provider for achieving IdentityServer4 login into your WordPress Site. With IdentityServer4 SSO, you can authenticate your users with the IdentityServer4 OpenID Connect provider in WordPress.
Step 2: Setup WordPress as OAuth Client
- Free
- Premium
Step 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.
- Go to Configure OAuth tab. Scroll down and click on Test Configuration. After that 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.
Finding user attributes
Step 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.
Step 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 IdentityServer4 login widget on your WordPress page, you need to follow the below steps.
- WordPress 5.7 and below
- WordPress 5.8
- WordPress 5.9 and above
In this Guide, you have successfully configured IdentityServer4 login in WordPress with IdentityServer4 SSO by configuring IdentityServer4 as OAuth Provider and WordPress as OAuth Client using our WP OAuth Single Sign-On ( OAuth & OpenID Connect Client ) plugin. This solution ensures that you are ready to authenticate your users with the IdentityServer4 OpenID Connect provider in WordPress using IdentityServer4 login credentials within minutes.