How to get user details from SSO login page? from Active directory

JosephAloysias
ββ
When a user submits a form, we need to capture their name, email, title, department, etc. Since we are using SSO and it's connected to Active Directory, these details can potentially be filled in a sheet along with the created by column (records the email)
Answers
-
Since you have not received a response, I'll let you know what we do.
We capture the user email by forcing them to be signed-in to Smartsheet to submit the form. From that email (in the Created By field), we can cross-reference (Index/Match) to another sheet that contains all the additional information we need.
Hope this helps!