it’s possible get user info and update user’s setting in ory kraros with the token which got from ory hydra?
m
magnificent-energy-493
03/02/2023, 10:52 AM
Hello,
yes I think that should be possible, but could you walk me through the whole flow you want to achieve / use case a bit?
s
sparse-carpet-93474
03/02/2023, 10:58 AM
thanks for your response. I have multiple website and need to build SSO system. I want to display user’s info in all website and user can update info in all website. does the kratos’s public api support that? Or i need to create my new api to intergration that?
For example, user logged in on abc.com, and i need display user info on def.com and xyz.com, so user can update settings on def and xyz. the session cookie only available on abc, so how can I do that?