Hey, in the cloud plan, do you have access to the ...
# ory-network
r
Hey, in the cloud plan, do you have access to the secret that is being used? I currently am trying to see if I can make our APIs accept both tokens (legacy and ory cloud) but the way we handle authentication is through an JWT token. I wasn't able to find any docs on this
h
You mean the Ory Kratos secrets?
We currently do not expose them but more out of a security sense. It is theoretically possible though. Iā€™m not 100% sure if I understand the JWT part, maybe you could help me with a bit more context?
r
Yes ofcourse šŸ™‚ we use an API service which is completely separate from the web app to authenticate any user/app behaviour. Currently we have a fairly simple process where we check the JWT given through the authorization token which is shared by our auth service to make sure we can validate the auth token.
h
Cool, thank you šŸ™‚ What secret are you looking for then exactly?
r
I'm looking for a secret to verify the token that is being sent to identify the user. I'm pretty new to ory, so I haven't gotten to how it works. Sorry if this doesn't make much sense šŸ˜…
h
I see, there is no such secret right now šŸ™‚ Except for when you use the ory proxy command. Are you using that?