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.| Property | Value |
|---|---|
| Provider ID | pagerduty |
| Category | Design & Developer Tools |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a PagerDuty OAuth App
Go to the PagerDuty Developer Portal
Navigate to the PagerDuty OAuth2 documentation and sign in to your PagerDuty account.
Register your app
Go to Integrations > App Registration and register a new app. Select OAuth 2.0 as the authorization type.
Configure the redirect URI
Add the Alter callback URL from the Developer Portal to the Redirect URLs field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your PagerDuty Client ID
- Client Secret: Paste your PagerDuty Client Secret
Available Scopes
| Scope | Description |
|---|---|
openid | OpenID Connect authentication |
read | Read-only access to PagerDuty data |
write | Read and write access to PagerDuty data |
Notes
- See the PagerDuty OAuth2 documentation for more details.