Hello everyone! Kratos question. I would like to s...
# general
d
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
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
@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