Machine authentication with DEX having issues #3791
Unanswered
HeshaniSingtel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have dex and I use keycloak as my IDP. I'm trying to enable token exchange for a cli user. I'm able to retrieve a token from token endpoint.
Dex config
Then I request id token from keycloak and use this id token to retrieve dex token.
Token request
And when I use this retrieved token as Bearer token, it does not get authenticated, it redirects me to the login page.
I could not find any solution for this. Anyone else had the same issue and got it resolved?
Beta Was this translation helpful? Give feedback.
All reactions