Okta
Sync and manage PagerDuty users with Okta using SCIM user provisioning
Configure the SCIM Integration in Okta
- In Okta, add the SCIM 2.0 Test App (Header Auth) integration.
- In the Provisioning tab, configure the connection to PagerDuty’s API by entering the following:
- Base URL:
https://api.pagerduty.com/scim/v2 - API Token:
Token token=<PagerDuty API KEY>
- Base URL:
- Click Test API Credentials and ensure you get a successful response.
- Click Save.
Configure Provisioning
- Ensure that you’ve enabled the Create Users, Update User Attributes, and Deactivate Users checkboxes.
- Finally, configure any required mappings for the user. When creating attribute mappings use
urn:ietf:scim:params:scim:schemas:core:2.0:Userfor the external namespace:- To create an attribute mapping for
roles, use Okta’s instructions to create an attribute:roles.^[type==‘base’].value - To create an attribute mapping for
entitlements, use Okta’s instructions to create an attribute:entitlements.^[type==‘license’].value
- To create an attribute mapping for
Updated about 6 hours ago
