SSO settings in surveys | Experience Community
Skip to main content
Question

SSO settings in surveys

  • February 18, 2026
  • 1 reply
  • 12 views

Forum|alt.badge.img+1

Does anyone know a way to generate a list of which surveys have SSO enabled in their survey flow?  We need to update them with new settings, but we do not have a list of which ones use it.

1 reply

arunxmarchitect
Level 3 ●●●
Forum|alt.badge.img+6

@jbozeman , Qualtrics does not offer a built-in report to list surveys with SSO enabled in their survey flow, using the API is the best scalable solution for large numbers of surveys.

 

Step 1: Download Survey IDs

Use the Admin > Activity Report to export all survey IDs.

https://www.qualtrics.com/support/survey-platform/sp-administration/summary-report/#ActivityReport


Step 2: Use Qualtrics API to Check Survey Flow:

Build a script to loop through each Survey ID and call the Get Flow API.

The script should check for the presence of an "Authenticator" element in the survey flow, and specifically look for those with "Authentication Type" set to "SSO".

Get Flow API Endpoint

https://api.qualtrics.com/773d3d5865ca9-get-flow

 

This method will help you efficiently identify which surveys have SSO enabled in their flow, especially if you manage a large number of surveys.