Connect WordPress and Microsoft Entra | Azure | 365

Configure ID token claims

OpenID Connect based Single Sign-on will allow the plugin to request an ID token for a user that successfully authenticated with Microsoft.

Perform the following steps to configure some of the fields (so-called claims) of that ID token.

  • Click Token configuration from the App registration’s menu on the left.

  • Click + Add optional claim.
  • Select ID.
  • From the list check the following options
    • email
    • family_name
    • given_name
    • upn
  • Click Add to save the optional claims.

If you are asked to add the email and profile permissions required for these fields to be sent in the ID Token, then confirm by clicking yes.


Related Features