Adding Member Login for WordPress
Organizations can implement Join It as their authentication for WordPress by using a 3rd party plug-in and this guide.
Getting Started
This page goes over the implementation of adding a Member login on WordPress with OpenID connect and Join It.
Request an Application Key from Join It
To get your application key, you can chat us or email us at [email protected]
Install the OpenID Connect Generic Client onto your WordPress.org instance
Add the correct inputs for configuring OpenID Connect Generic Client (detailed below)
Setting up OpenID Connect with your WordPress Site
Inputs Quested by the OpenID Plugin:
- 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}
Screenshots
Below we've included screenshots of a Demo implementation of OpenID connect on WordPress
Video Demo
Below I've recorded a very quick walk through of an implementation on a test WordPress site
Updated over 1 year ago