Skip to content

Identity Provider Configuration: Microsoft Azure Active Directory(AD)

Tim Nolte edited this page Jan 7, 2022 · 3 revisions

IDP Reference Resources

Overview

The settings outline in this guide are a starting point reference of a known working Azure AD Enterprise Application Setup for OpenID Connect Clients for use with the OpenID Connect Generic plugin. As with all Identity Providers many other configuration options within the platform could effect how these settings work.

Azure AD Enterprise Application Setup

A. Create the OpenID Connect Client

B. Configure the OpenID Connect Client

C. Setup Client Scopes

WordPress OpenID Connect Generic Plugin Configuration

When setting up the plugin on the WordPress site most of the key client configuration can be found from the Azure AD OpenID Connect configuration endpoint.

Example: https://login.microsoftonline.com/<tenant-id>/v2.0/.well-known/openid-configuration

This will provide all of the endpoints needed for configuring the plugin, as well as the supported claims that are the attributes to be used for matching & creating user accounts.

  1. Copy the Client ID and Client Secret from
  2. Enter the "Client ID" & "Client Secret Key" into the plugin settings screen.
  3. Enter in the "OpenID Scopes" with the recommended list of email profile openid offline_access.
  4. Enter in all of the endpoints as found when viewing the client configuration endpoint URL.

Incomplete

With this setup you should now be able to login with your Azure AD instance as the IDP.