This page describes how to set up and configure a third-party application before creating the PagerDuty data store.
Create OAuth app
Sign in to your PagerDuty account as an Admin or Account Owner.
In the top navigation bar, go to Integrations.
Under Developer Tools, click App Registration.
Click + New App (or Create New App).
Enter an App Name and a brief Description.
Under Functionality, select OAuth 2.0.
Click Next or proceed to configure the OAuth settings.
Copy the Client ID and Client Secret immediately, and store them securely for later use. The Client Secret will only be displayed once.
Set redirect URL and scopes
After creating the OAuth app, configure its redirect URL and scopes:
In the App Registration page, click the app that you created in the previous section.
Open the OAuth application page.
Set the redirect URL:
- In the Redirect URL field, enter
https://vertexaisearch.cloud.google.com/oauth-redirect.
- In the Redirect URL field, enter
Select the following scopes:
Scope Purpose read Grants read access to PagerDuty resources like incidents, services, and users. write Grants write access to PagerDuty resources, allowing creation and modification of incidents, services, and users. Save your changes.