Skip to content
Stephan Janssen edited this page May 22, 2018 · 11 revisions

OAuth CFP setup

The Devoxx and Voxxed CFP webapp allows you to add OAuth credentials.
This way CFP visitors can authenticate using their existing Google, GitHub or LinkedIn credentials.

The CFP will show one or more authentication options based on the provided credentials.

Let's have a closer look how to configure them.

Google

GitHub

LinkedIn

  1. Surf to https://www.linkedin.com/secure/developer

  2. Click on the yellow "Create Application" button.

  3. Enter the form details, as shown below

  1. Click on the "Submit" button. this will take you to the following screen.

  1. Enter the OAuth 2.0 Authorized Redirect URLs, for example http://dvbe18.confinabox.com/authenticate/linkedin

NOTE: It must be HTTP (not https) and the suffix should be 'authenticate/linkedin'

  1. The Client ID and Secret are show at the top (marked in red on the screenshot). These need to be copied and entered on your CFP event OAuth form.

Clone this wiki locally