Configuring Kratos for Authentication #1358
-
Hey folks, I've recently come across Kratos and I want to use it to handle user management for my app. I have various microservices which would need to authenticate the user on their own. I want to authenticate the user using the whoami endpoint, which requires the cookie and an Authorization token in the request header. If I send a request without an Authorization token, it throws an Unauthorized error. But I don't receive an authorization token from the self-service flow anywhere. Do I have to configure it somewhere or something, or is there any other way to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Sc0rpi0n101 How are you calling the
|
Beta Was this translation helpful? Give feedback.
Hi @Sc0rpi0n101
How are you calling the
/whoami
endpoint?According to our docs