OAuth / OpenID Connect

Facing issues while configuring Azure AD password grant with WordPress OAuth Client SSO plugin?

156 views December 21, 2022 vaishali 0

Azure AD recently released OAuth 2.0 endpoints. You need to replace the token endpoint with the one below. You also need to change the grant type to password grant in the dropdown and replace the tenant ID with your Azure AD tenant ID. (Refer to the below image)

Token endpointhttps://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token

Token -endpoint-using azure ad

Was this helpful?