How do I capture a user's SSO token?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 02:01 PM
I'm building a widget that will pass data to a spoke built in another storage to render a widgete in portal page for the end user. This is an NPS screen and it will come already configured with the questions and options.
The way it was built, I need to pass some data, in this format:
<script src="xxx”
host="xxx”
system="xxx”
auth="idtoken”
property="secret”
storage="session”
group=“group”></script>"
In this case, the 'auth' represents the SSO token of the user logged into the instance.
This is necessary in order to validate the data in the storage and to record the responses on their side.
I looked in “inspect tab” to try to see the SSO token in the localstorage, but it doesn't seem to be stored there. I also looked in the session table and this is not there too.
Is there anywhere I can capture this data within SNOW? Is it stored in a table?