Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to PagerDuty for incident management, on-call scheduling, alert routing, and service health monitoring.
PropertyValue
Provider IDpagerduty
CategoryDesign & Developer Tools
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a PagerDuty OAuth App

1

Go to the PagerDuty Developer Portal

Navigate to the PagerDuty OAuth2 documentation and sign in to your PagerDuty account.
2

Register your app

Go to Integrations > App Registration and register a new app. Select OAuth 2.0 as the authorization type.
3

Configure the redirect URI

Add the Alter callback URL from the Developer Portal to the Redirect URLs field.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add PagerDuty provider

Go to OAuth Providers > Add Provider > PagerDuty.
3

Enter credentials

  • Client ID: Paste your PagerDuty Client ID
  • Client Secret: Paste your PagerDuty Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
openidOpenID Connect authentication
readRead-only access to PagerDuty data
writeRead and write access to PagerDuty data

Notes