Join Slack
Powered by
Hello everyone! Kratos question. I would like to s...
# general
d
damp-solstice-40552
03/20/2025, 10:55 PM
Hello everyone! Kratos question. I would like to store profile picture when user sign up using SSO (github). How can I see all fields / claims returned by github to use them in jsonnet mapping? I cannot find right key to make it work
d
dazzling-nightfall-42114
03/21/2025, 4:49 AM
I had a similar situation, I ended up throwing the entire claims object as an error (
https://jsonnet.org/learning/tutorial.html#errors
) and then reading it in the logs.
d
damp-solstice-40552
03/21/2025, 4:46 PM
@dazzling-nightfall-42114
Thank you! I did not thought you can do
error claims
in your jsonnet file and see claims in the log file
5
Views
Open in Slack
Previous
Next