Hello, we have working auth using Ory Network and ...
# ory-network
e
Hello, we have working auth using Ory Network and now we need SSO from different app. We have setup OAuth client and we can get access token, but how we should validate that token on our side since it is not JWT? Is
Token Introspection
used in that case?
f
Yes!
Token introspection will give you a 200 OK with details if the token is valid
e
Thanks!