How to authenticate a Survey Assessment Signature over SSOSummaryWhen using Signature for Survey Assessments, users are requested to provide their credentials when submitting a survey. Signature configured on Survey Assessment is authenticating against User table. How to authenticate using SSO instead?InstructionsThe code was designed to only allow the signature to work with a local login.The current functionality uses the 'GlideUser().authenticate(user_name, password)' to validate the user authentication. This get the data from the 'sys_user' table which contains user's local user name and password. Unfortunately, Survey/Assessment signature is designed for local logins only.