Skip to content

OAuth Providers

Ryan Wold edited this page Nov 5, 2019 · 6 revisions

As open-source software, Touchpoints supports 2 OAuth providers to authenticate users:

  1. Login.gov
  2. GitHub

For cloud.gov deployments, only Login.gov is used. But, GitHub is supported to allow other developers to contribute readily to this open-source project, outside of a Federal government context.

Configuring GitHub

This is an example of configuring an application for your own development.

  • Visit https://github.com/settings/apps
  • Click "OAuth Apps"
  • Click "New OAuth App
  • Fill out the following information
    • Application name = my test app
    • Homepage URL = http://localhost:3000
    • Application Decription = a description of your choosing
    • Authorization Callback URL = http://localhost:3000/users/auth/github/callback (note the github)

Notes

⚠ A user can only use 1 authentication provider, not both.

Clone this wiki locally