Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 728 Bytes

GithubAuth.md

File metadata and controls

27 lines (16 loc) · 728 Bytes

GitHub Authentication Config

To setup the GitHub authentication config we need to provide the appropriate GitHub keys to the application.

1. Obtain access keys

You need have your GitHub Access Keys (client_id and client_secret). If you don't have them you can get them here.

You can use https://domainapp.com/login/check-github or just https://domainapp.com as the Authorization callback URL.

2. Setup OpenSALT with GitHub access

  1. Add the GitHub keys to the appropriate variables in docker/.env.

.env will looks like this:

...
GITHUB_CLIENT_ID=01234567890123456789
GITHUB_CLIENT_SECRET=0123456789abcdefghijklmnopqrstuv