Replies: 1 comment
-
Hey @sjvaiz I havent tried this myself and the documentation does not contain specific information about using Kubernetes service account tokens to exchange for access tokens with Ory. However, Ory does support the use of JWTs for OAuth 2.0 Grants, which allows a client to send a signed JWT token to an OpenID Connect Provider in exchange for an OAuth 2.0 access token read more here.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use kubernetes service account tokens (
JWTs
) to exchange foraccess_tokens
with Ory. Going through the documentation, I can imagine that it is possible to establish trust relationship between Ory and k8s OIDC discovery endpoint. I do not see in the documentation that shows such a use-case, however I do see that you can simply use private/public key pair to validate JWTs.My questions is, did anyone try using k8s oidc discovery to exchange service account tokens for access_token and/or faced any challenges?
Beta Was this translation helpful? Give feedback.
All reactions