Hi all, quick question. Does OIDC jsonnet mapping ...
# talk-kratos
a
Hi all, quick question. Does OIDC jsonnet mapping happen only on registration? I'm trying to add some
metadata_public
fields derived from claims, and I'm able to see the mapping for new users, but it looks like when existing users login in only shows the old mappings.
Or maybe this is if there's an existing session?
b
I dont think that is possible at the moment. I was investigating the same thing, and came across this (still open) issue: https://github.com/ory/kratos/issues/2326
a
Thanks for the info!