bulky-greece-49863
07/31/2022, 9:00 PMmagnificent-energy-493
What data do you store inside kratos, and what data do you store in your own api?Generally a good practice is to to store everything related to your app/business logic outside of Kratos and only store the information that is relevant for authentication purposes in Kratos/the identity schema
How would I retrieve a list of users that belong to a certain organization including their traits/metadata stored in kratos when the admin api does not support search? would I have to make a seperate request for each user?We handle authorization like RBAC or permissions in general with Ory Keto - it provides APIs that make this possible. we have an example that integrates both here: https://github.com/ory/examples/tree/master/kratos-keto-flask - maybe as an example how the flow would be.
bulky-greece-49863
08/01/2022, 8:56 AMmagnificent-energy-493
bulky-greece-49863
08/01/2022, 9:37 AMbulky-greece-49863
08/01/2022, 9:37 AMsteep-lamp-91158
bulky-greece-49863
08/01/2022, 10:24 AMbulky-greece-49863
08/01/2022, 10:26 AM