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 | |
---|---|---|---|---|
Determine current tenant within fetch user profile script | 4 | 334 | March 21, 2024 | |
Missing id_token in Custom Social Connection fetch user profile script | 0 | 3420 | July 8, 2020 | |
Parsing custom response from OAuth2 Token endpoint | 1 | 1812 | March 24, 2023 | |
Case Custom social connection | 1 | 1030 | August 23, 2023 | |
How to instruct Social Connection context request to use Accept header | 6 | 1080 | September 5, 2023 |