Preview Link Bypasses Authentictor | Experience Community
Skip to main content
Solved

Preview Link Bypasses Authentictor

  • May 13, 2026
  • 4 replies
  • 47 views

Preview Link Bypasses Authentictor

Best answer by Prasad Bane

Hello ​@Angelina 

You will just have to add a branch condition above your authenticator - 
Condition will be if ED - Q_CHL is not equal to preview

This condition will bypass the authenticator setup when you are taking the preview or test links, however for live links it will not bypass.

keep a note of 2 points - Make sure to take care of termination of unauthenticated respondents inside the authenticator setup branch.
Rest of the blocks keep outside the authenticator setup branch so that you can test them.

Providing SS for reference:

 

4 replies

AlonsoC
Administrator
Forum|alt.badge.img+29
  • Administrator
  • May 13, 2026

Hi ​@Angelina, welcome to the community! Please provide more context to your question so we can better assist!


  • Author
  • May 14, 2026

When previewing a survey that uses an authenticator, we are currently unable to bypass the authentication step. We need the ability to preview the survey end-to-end in order to fully test skip and branch logic, review the survey flow, and experience the survey exactly as respondents will see and interact with it. This is important for validating both functionality and the overall user experience before launch.

At the moment, the authenticator/login page creates significant inconvenience during testing. We are required to repeatedly set up or reset credentials just to access the survey preview, which is time-consuming and disrupts the testing process. This makes the preview experience less user-friendly and turns what should be a simple validation step into an unnecessary chore.

It would be highly beneficial to have an option to bypass authentication in preview mode only, while still preserving authentication requirements for live respondents. This would greatly improve efficiency for survey designers and testers without compromising survey security in production.


Forum|alt.badge.img+7
  • Level 2 ●●
  • May 15, 2026

Hi ​@Angelina ,

If you are using contact authentication type, in preview mode, select “Ignore Validation” from the Tools dropdown to bypass the authenticator. Once the survey questions starts, uncheck “Ignore Validation” to test all the logic.

If you are using SSO authentication type, group all survey elements into a single group and place it above the authenticator block in the survey flow. After testing the survey logic, you can rearrange it back to its original position.


Forum|alt.badge.img+1
  • Level 1 ●
  • Answer
  • May 15, 2026

Hello ​@Angelina 

You will just have to add a branch condition above your authenticator - 
Condition will be if ED - Q_CHL is not equal to preview

This condition will bypass the authenticator setup when you are taking the preview or test links, however for live links it will not bypass.

keep a note of 2 points - Make sure to take care of termination of unauthenticated respondents inside the authenticator setup branch.
Rest of the blocks keep outside the authenticator setup branch so that you can test them.

Providing SS for reference: