move images under integrations (#968)

This commit is contained in:
Michael Quigley
2025-08-05 12:24:32 -04:00
parent 6f7a848810
commit 06af86f2b8
17 changed files with 13 additions and 13 deletions

View File

@ -10,17 +10,17 @@ This guide covers setting up GitHub OAuth for your zrok public frontend.
Navigate to your GitHub account settings: **Settings > Developer Settings > OAuth Apps > Register a new application** Navigate to your GitHub account settings: **Settings > Developer Settings > OAuth Apps > Register a new application**
![](../images/github_create_oauth_application_1.png) ![](images/github_create_oauth_application_1.png)
![](../images/github_create_oauth_application_2.png) ![](images/github_create_oauth_application_2.png)
Configure the **Authorization callback URL** to match your OAuth frontend address with `/<provider-name>/auth/callback` appended: Configure the **Authorization callback URL** to match your OAuth frontend address with `/<provider-name>/auth/callback` appended:
![](../images/github_create_oauth_application_3.png) ![](images/github_create_oauth_application_3.png)
Create a new client secret: Create a new client secret:
![](../images/github_create_oauth_application_4.png) ![](images/github_create_oauth_application_4.png)
Save the client ID and client secret for your frontend configuration. Save the client ID and client secret for your frontend configuration.

View File

@ -12,39 +12,39 @@ Before configuring an OAuth Client ID, you must configure the "OAuth consent scr
Navigate to: **APIs & Services > Credentials > OAuth consent screen** Navigate to: **APIs & Services > Credentials > OAuth consent screen**
![](../images/google_oauth_content_screen_2.png) ![](images/google_oauth_content_screen_2.png)
Configure your zrok public frontend's identity and branding: Configure your zrok public frontend's identity and branding:
![](../images/google_oauth_content_screen_3.png) ![](images/google_oauth_content_screen_3.png)
Add authorized domains and contact information: Add authorized domains and contact information:
![](../images/google_oauth_content_screen_4.png) ![](images/google_oauth_content_screen_4.png)
Add the `../auth/userinfo.email` scope (required for zrok to receive user email addresses): Add the `../auth/userinfo.email` scope (required for zrok to receive user email addresses):
![](../images/google_oauth_content_screen_5.png) ![](images/google_oauth_content_screen_5.png)
![](../images/google_oauth_content_screen_6.png) ![](images/google_oauth_content_screen_6.png)
## Create OAuth 2.0 Client ID ## Create OAuth 2.0 Client ID
Navigate to: **APIs & Services > Credentials > + Create Credentials** Navigate to: **APIs & Services > Credentials > + Create Credentials**
![](../images/google_create_credentials_1.png) ![](images/google_create_credentials_1.png)
Select **OAuth client ID**: Select **OAuth client ID**:
![](../images/google_create_credentials_2.png) ![](images/google_create_credentials_2.png)
Choose **Web Application**: Choose **Web Application**:
![](../images/google_create_credentials_3.png) ![](images/google_create_credentials_3.png)
Configure the **Authorized redirect URIs** to match your OAuth frontend address with `/<provider-name>/auth/callback` appended: Configure the **Authorized redirect URIs** to match your OAuth frontend address with `/<provider-name>/auth/callback` appended:
![](../images/google_create_credentials_4.png) ![](images/google_create_credentials_4.png)
Save the client ID and client secret for your frontend configuration. Save the client ID and client secret for your frontend configuration.