Can I use kratos as an authenticator? #657
-
I am trying to set up oathkeeper to protect an API that is on the same domain as kratos. It seems that oathkeeper should be able to check the session that kratos generates, but this isn't immediately obvious how to do this from the oathkeeper documentation. The closest thing that I can find is using the Is what I'm trying to do possible currently? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
An example of how to do this is in the repo: https://github.com/ory/kratos/blob/7a5143c46a5a1546685490799baec0c00e3b177c/contrib/quickstart/oathkeeper/oathkeeper.yml#L59-L67 It would be useful to have this information in the docs, however. |
Beta Was this translation helpful? Give feedback.
An example of how to do this is in the repo: https://github.com/ory/kratos/blob/7a5143c46a5a1546685490799baec0c00e3b177c/contrib/quickstart/oathkeeper/oathkeeper.yml#L59-L67
It would be useful to have this information in the docs, however.