Skip to main content

Github

Less than 1 minute

Github Configuration

This session shows how to register an OAuth App on the Github. When registering the application, we are getting the following two values that are needed for later configuration in Datawiza Cloud Management Console (DCMC):

  • Client Id
  • Client Secret

Register a new OAuth App

  1. Register a new OAuth App on the Github Developer settingsopen in new window. When performing this step, make sure to login to your account on Github. Visit the link hereopen in new window to create an account. Github SSO | Github Register App

  2. Fill out the form, give your application a descriptive name. e.g., Header base application demo. Follow the steps below:

  • Homepage URL: e.g., http://localhost:9772
  • Authorization callback URL: e.g., http://localhost:9772/datawiza/authorization-code/callback
  • Then click Register application

Github SSO | Github App config

  1. After creating OAuth App successfully, you will be redirected to App settings page. Click Generate a new client secret, note down the Client ID and Client secret: Github SSO | Github App configGithub SSO | Github App config Scroll down to the bottom of the page and click Update application: Github SSO | Github App config

Summary

We have shown how to register an OAuth application on Github. Please make sure to save the following two values for later setting in Datawiza Cloud Management Console.

  • Client Id
  • Client Secret