Multiple authenticator fields | XM Community
Skip to main content
Solved

Multiple authenticator fields

  • August 19, 2021
  • 1 reply
  • 123 views

Radam
Level 4 ●●●●
Forum|alt.badge.img+33
  • Level 4 ●●●●

Our security office has issues only asking for one identifier to access a secure survey. Is there a way to include multiple fields to an authenticator? If not any suggestions to do it programmatically?
Thank you!

Best answer by mklubeck

What type of authenticator are you using?
SSO? - you will be assured of the identity because the authentication is done outside in your SSO tool. You could add one or both of the next authenticators on top of it if you want.
Contact List? if you have a finite set of people allowed to respond, you can have them provide data to link to their list (external data reference) or pull their data (email/EDR) from an SSO authenticator. I do this sometimes so they don't have to enter any data, but I know who they are.
Passcode/password. you can assign a unique passcode/password for your survey...but you can also use this as the EDR, so each person has a different passcode.
And of course, you can combine all three. These are all native capabilities, so no coding required.

1 reply

mklubeck
Level 3 ●●●
Forum|alt.badge.img+8
  • Level 3 ●●●
  • Answer
  • August 24, 2021

What type of authenticator are you using?
SSO? - you will be assured of the identity because the authentication is done outside in your SSO tool. You could add one or both of the next authenticators on top of it if you want.
Contact List? if you have a finite set of people allowed to respond, you can have them provide data to link to their list (external data reference) or pull their data (email/EDR) from an SSO authenticator. I do this sometimes so they don't have to enter any data, but I know who they are.
Passcode/password. you can assign a unique passcode/password for your survey...but you can also use this as the EDR, so each person has a different passcode.
And of course, you can combine all three. These are all native capabilities, so no coding required.