Skip to content
Paul D Barham edited this page Apr 28, 2015 · 11 revisions

This page is to help people figure out how to configure OIDC appliation

You may find the list of ID Providers a better source of information.

Developer Notes

We hope for OpenID Connect

GitHub

Basics of Authentication and OAuth are good resources.

The following seems relevant for puzzling out the proper GitHub callback URI for OAuth 2:

A Google Search of github authorization callback url

Configuring GitHub OAuth

Under Authorization callback URL, type the URL of your appliance followed by /auth/github_oauth/callback.

http(s)://hostname/auth/github_oauth/callback
Register application buttonClick Register application.

Client ID and Client SecretNote the "Client ID" and "Client Secret" values that appear (you will need them later).

Clone this wiki locally