-
Hey, I am working on a microservice, where one of it's responsibilities will be updating user's identity on behalf of a user. In other words, user calls this microservice when he is logged in, and it performs update on his identity using What should I send as My oathkeeper config: mutators:
id_token:
enabled: true
config:
claims: |
{
"session": {{ .Extra | toJson }}
}
authenticators:
cookie_session:
enabled: true
config:
preserve_path: true
extra_from: '@this'
subject_from: 'identity.id'
only:
- ory_kratos_session |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Is it even possible? I know I can use Kratos Admin API, but using SelfServiceSettingsFlowWithoutBrowser feels more secure. By the way, admin API identity update does not change updated_at. |
Beta Was this translation helpful? Give feedback.
Is it even possible? I know I can use Kratos Admin API, but using SelfServiceSettingsFlowWithoutBrowser feels more secure. By the way, admin API identity update does not change updated_at.