Summary
Join It enables you to connect your Membership database with your WordPress website. This integration allows your Members to log in to your WordPress website using their Join It login credentials. By connecting your membership database to WordPress through OpenID, members can enjoy a unified login experience across both platforms.
Step by Step Guide
Step 1: Request an Application Key from Join It
To get your application key, you can chat us or email us at support@joinit.com
Step 2: Install the OpenID Connect Generic Client within WordPress
Add the correct inputs for configuring OpenID Connect Generic Client:
Client ID: (Join It needs to provide this to you)
Client Secret: (Join It needs to provide this to you)
OpenID Scope: openid
Login Endpoint URL: https://app.joinit.com/oauth2/authorize
Userinfo Endpoint URL: https://app.joinitapi.com/oauth2/user_info
Token Validation Endpoint URL: https://app.joinitapi.com/oauth2/token
End Session Endpoint URL: https://app.joinit.com/account/tokens
Identity Key: email
Nickname Key: email
Email Formatting: {email}
Display Name Formatting: {email}
Description of screenshot: Displaying the configuration for your WordPress settings
Video Tutorial on installation
Here is a great step-by-step video guide on how to install the plugin:
Developer Documentation
We've included more in-depth documentation for setting this up on our Developer hub.