The big thing I'm hitting right now is I'm trying ...
# talk-kratos
m
The big thing I'm hitting right now is I'm trying to find what the minimal set of configuration is to get playing with Kratos. It seems like the
selfservice
keys are required:
Copy code
The configuration contains values or keys which are invalid:
selfservice.default_browser_return_url: <nil>
                                        ^-- one or more required properties are missing
but I'm trying to find out why. Do I need to build a UI to use the identity APIs?
The email/password
kratos.yml
uses
oathkeeper
in all the
selfservice
APIs but according to https://www.ory.sh/docs/ecosystem/projects:
Each service works standalone but you can also combine them to get the full feature set
So how do I use
kratos
standalone?
b