Hey everyone, I have some questions regarding this...
# talk-kratos
p
Hey everyone, I have some questions regarding this documentation https://www.ory.sh/docs/kratos/guides/zero-trust-iap-proxy-identity-access-proxy. v0.8.0-alpha.3 versions throw a 404 response when I call http://127.0.0.1:4455/welcome so I use the v0.10.1 version instead. I follow all the instructions from my local machine and the documentation said i will find
Authorization: bearer <jwt...>
instead of
Cookie: ory_kratos_session=...
in the HTTP header, But i can't find the token when i do inspect the element. Where did I suppose to check or find the jwt token?
r
I think if you use browser based flows, you get the session. Not the jwt token.
If you initiate the „flowWithoutBrowser“ method (from the sdk), you get a token
p
What if I want to use the jwt token in browser-based flow using ory Oathkeeper? any idea
r
We use both. So jwt for cli and session cookie for web. You can have multiple.
p
Is it also work with ory kratos hosted in our virtual machine? Because we do not use ory cloud and cli?