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.
Under General, you will find the Client ID and ability to generate a Client Secret, these are the values you need to insert into the Quasr Platform as Client ID and Client Secret.

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

Last updated