Microsoft Dynamics CRM OAuth Single Sign-On (SSO) In WordPress | Dynamics CRM SSO Login
Overview
Microsoft Dynamics CRM 365 Single Sign-On (SSO) with WordPress OAuth & OpenID Connect Single Sign-On (SSO) plugin. Enable secure login into WordPress using Microsoft Dynamics CRM 365 as OAuth and OpenID Connect provider. Microsoft Dynamics CRM 365 Single Sign-On (SSO) with WordPress allows your users to login to your WordPress and access the site by authenticating with their Microsoft Dynamics CRM 365 identity provider. You can also configure plugin using different IDPs such as Azure B2C, 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 go through a guide to configure Single Sign-On (SSO) between WordPress and Microsoft Dynamics CRM 365 for user authentication. By the end of this guide, users should be able to perform secure login to WordPress and access the site with Microsoft Dynamics CRM 365 SSO. To know more about other features we provide in WP OAuth Single Sign-On ( OAuth & OpenID Connect Client ) plugin, you can click here. To know more details about different features provided in Azure AD SSO and Microsoft Office 365 SSO, please 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 Microsoft Dynamics CRM 365 Single Sign-On (SSO) Login into WordPress
1. Setup Microsoft Dynamics CRM 365 as OAuth Provider
- Sign in to Azure portal.
- Select Azure Active Directory.
- In the left-hand navigation pane, click the App registrations service, and click New registration.
- Configure the following options to create a new application.
- Enter a name for your application under the Name text field.
- In supported account types, select 3rd option ‘Accounts in any organizational directory (for authenticating user with user flows).
- In the Redirect URI section, select the Web application and enter the Callback URL from the miniOrange OAuth Client plugin (Configure OAuth tab) and save it under the Redirect URL textbox.
- Click on the Register button to create your application.
- Azure AD assigns a unique Application ID to your application. The Application ID is your Client ID and the Directory ID is your Tenant ID, keep these values handy as you will need them to configure the miniOrange OAuth Client plugin.
- Now, go to API permissions tab and click on Add a permission.
- Select Dynamics CRM under the API Microsoft Graph tab.
- Click on Delegated permissions, check the options and click on Add permissions.
- Go to Certificates and Secrets from the left navigaton pane and click on New Client Secret. Enter description and expiration time and click on ADD option.
- Copy the secret key "value" and keep the value handy it will be required later to configure Client Secret under the miniOrange OAuth Client Plugin.
Note: The client secret for your developer application will expire in 180 days. To ensure continued functionality, you will need to generate a new client secret before the expiration and update it in the OAuth Single Sign-On plugin.
You have successfully configured Microsoft Dynamics CRM 365 as OAuth Provider for achieving user authentication with Microsoft Dynamics CRM 365 Single Sign-On (SSO) login into your WordPress Site.
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.
- 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: Sign In Settings
- WordPress 5.7 and below
- WordPress 5.8
- WordPress 5.9 and above