Open rishabhpoddar opened 3 years ago
Decent, as long as you know what exactly you are looking for, and how Kratos works.
Yes, it does. You can configure the params for the generic open ID provider using their config.yml
file. For extracting of payload from the provider, you need to give external Jsonnet file - this can be a bit of a learning curve + the code for this lies outside your main backend code base.
Kratos doesn't have multi tenancy (in terms of different user pools). They have a work around where you can manually create schemas in your db (as one user pool) and point one instance of kratos to that.
In terms of supporting multiple sub domains, that's a function of the UI and session management - something they leave to the end user.
They have APIs for pagination of users. You would need to query them manually.
Provider doesn't have a frontend.
Experience with Ory
From a technical point of view:
Questions