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 | |
Custom Database: Can we store social signups in custom database | 8 | 5422 | August 26, 2019 | |
Where to save data against auth0 users | 2 | 3709 | July 25, 2019 | |
Retrieve user info post social connection signup | 2 | 3948 | December 14, 2018 |