2. GitHub OAuth App
For authorization of the portal to view deployments, we need to create an GitHub OAuth App.
1. Create GitHub OAuth App¶

- Still on your organization page, expand Developer settings on the left nav and choose OAuth Apps.
- Click New Org OAuth App.
- Enter the following information:
| Field | Value |
|---|---|
| Aopplication name | prdeploy myorg |
| Homepage URL | https://prdeploy.myorg.com |
| Description | Allows the entire build-deploy lifecycle to happen within a feature branch. |
| Authorization callback URL | https://prdeploy.myorg.com/login/callback |
- Click on Register application.
2. Application configuration¶
-
Click Generate a new client secret and copy the following for your notes for use with AWS Parameter Store:
- The new Client secret
- Client ID
-
Under Application logo click on Upload a logo....
- Download and select the file from
https://github.com/greggbjensen/prdeploy/blob/main/docs/assets/images/logo-128x128.png. - Click Update application.