Hi, quick question about oidc through kratos. As p...
# talk-kratos
a
Hi, quick question about oidc through kratos. As per the docs first time you login through google as IDP, kratos registers the user and all subsequent logins take a different route. What if a user updates his/her’s user details directly with google (for example last name), will the updates be synced on establishing a new session via re-login?
p
Hi @User We don't support that currently, please see https://github.com/ory/kratos/issues/2326
a
Thanks @User