...
Find Developer Settings: Locate the "Developer settings" link in the sidebar menu.
...
Access OAuth Apps: Navigate to the "OAuth Apps" section under the "GitHub Apps" menu.
Create New OAuth App: Click the "New OAuth App" button to begin the process of registering a new OAuth application.
...
Configure OAuth App Details: Fill out the required fields:
Application name: "CDCM - Productive" (something users will recognize)
Homepage URL: Something like"https://your.cdcm.instance.com" (the root URL for your CDCM instance)
Authorization callback URL: "https://your.cdcm.instance.com/external-login/oauth2-redirect/cdcm-github" (the CDCM instance URL plus the correct redirect path and a unique connection ID, see below for details)
Optionally, provide an Application description.
Register the Application: Click the "Register application" button to complete the process.
Generate a new client secret: After the application is registered you get a client ID and can create a client secret. You will need both when you configure connection routing in cdcm.
...