I’ve created a custom social connection, and have written a fetch user profile script. I would like to store something from the fetch user profile script’s context (a field in the token response), and be able to access that thing in an Action where I customize claims in the token. I can’t store it on the user or app metadata because it’s not an attribute of the user, it’s an attribute of the session. In other words, the same user might log in multiple times and each time this field would differ. Is there a place where I can save this info and then retrieve it when I setup my custom claims?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
User Name / Image / Sub etc for Custom Social Connection (Pinterest) | 4 | 3234 | February 5, 2019 | |
Storing app_metadata in a Customer Connector | 3 | 3154 | September 3, 2019 | |
Get user meta as part of session token | 7 | 188 | February 19, 2025 | |
Need accessToken in Action to make additional Social calls to set app_metadata? | 6 | 2023 | January 23, 2023 | |
Saving custom claims to app_metadata | 3 | 3234 | November 4, 2022 |