
Support
This integration is supported by Auth0. Learn more
WordPress
Enable your users to login with the internet's largest platform in WordPress
WordPress now powers over 30% of all internet sites and has millions of active users as a result.
By enabling this Log in with WordPress integration you'll offer the world's largest community of content, media, agency, and commerce users a fast a trusted way to create an account with and log into your apps and websites.
Support
This integration is supported by Auth0. Learn more
The WordPress social connection allows users to log in to your application using their WordPress profile.
By default, Auth0 automatically syncs user profile data with each user login, thereby ensuring that changes made in the connection source are automatically updated in Auth0. Optionally, you can disable user profile data synchronization to allow for updating profile attributes from your application.
Prerequisites
Before you begin, sign up for a WordPress Developer account.
Set up app in WordPress
Set up an app in the WordPress Developer Portal. During this process, WordPress will generate a Client ID and Client Secret for your application; make note of these. (To find these, from the My Applications dashboard, locate your application and click Manage Application.)
While setting up your app, use the following settings:
Field | Value to Provide |
---|---|
Website URL | https://YOUR_DOMAIN |
Redirect URL | https://YOUR_DOMAIN/login/callback |
Javascript Origins | https://YOUR_DOMAIN/ |
Type | Select Web as the client type |
Find your Auth0 domain name
If your Auth0 domain name is not shown above and you are not using our custom domains feature, your domain name is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus.auth0.com
. For example, if your tenant name were exampleco-enterprises
, your Auth0 domain name would be exampleco-enterprises.us.auth0.com
and your redirect URL would be https://exampleco-enterprises.us.auth0.com/login/callback
. (If your tenant is in the US and was created before June 2020, then your domain name would be https://exampleco-enterprises.auth0.com
.)
If you are using custom domains, your redirect URI will have the following format: https://<YOUR CUSTOM DOMAIN>/login/callback
.
Test connection
You're ready to test your connection.
Support
This integration is supported by Auth0. Learn more