Search Results :
×If you want users to login to your WordPress site using their Azure AD credentials, you can simply do it using our WP OAuth Client plugin. Once you configure the Azure AD with WordPress plugin, you can allow users to SSO to your WordPress site using Azure AD. Similarly, you can map your WordPress roles based on your Azure AD attributes/groups. To know more about other features we provide in WP OAuth Client plugin, you can click here.
(Refer to the image on the next page)
Azure AD Endpoints and Scope:
Client ID : | from the step 10 above |
Client Secret : | from the step 11 above |
Scope: | openid |
Authorize Endpoint: | https://login.microsoftonline.com/[tenant-id]/oauth2/authorize |
Access Token Endpoint: | https://login.microsoftonline.com/[tenant-id]/oauth2/token |
Get User Info Endpoint: | https://login.windows.net/common/openid/userinfo |
Custom redirect url after logout | https://login.microsoftonline.com/<tenantid>/oauth2/logout?client_id=<clientId>&post_logout_redirect_uri=<encoded_redirect_uri_after_logout> |
If you are facing any difficulty please mail us on info@xecurify.com.