Hi team,
I am trying to configure Universal Logout for Pagerduty (OIN) to achieve logout across all user’s devices.
Based on Third-party apps that support Universal Logout | Okta, the API call triggered by Universal Logout is https://developer.pagerduty.com/api-reference/23e4d1cfe1b45-delete-a-user-s-session.
PagerDuty API doc mentions above API endpoint is now deprecated and suggest to use https://developer.pagerduty.com/api-reference/ad1161db75db1-delete-all-o-auth-delegations instead, which would revoke the session across all devices.
Please help to confirm that Pagerduty ULO triggers https://developer.pagerduty.com/api-reference/23e4d1cfe1b45-delete-a-user-s-session, and whether it is possible to call the new API?
Thanks