-
Notifications
You must be signed in to change notification settings - Fork 0
IdP Configs
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.
We hope for OpenID Connect
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
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).