GitHub
The GitHub factor requires a client ID and client secret, that is specific to your GitHub account and application within the Github platform.

How to register the application with GitHub, retrieve client ID and create a client secret is documented here:
Create a new application on GitHub via https://github.com/settings/applications/new.

Further down on the General settings page, set the following values:
Authorization callback URL:
https://{tenant_id}.api.quasr.io/factors/oauth2/callback
Make sure to replace the{tenant_id}
with yours.

Last updated