How to use the x509 auth flow using the go-sdk #996
-
I have some questions on what is the intended flow and how to use the sdk in regards to the sampleuser certificates that get generated. Essentially I want to just connect to openTDF as sampleuser using the certificates generated in keycloak provisioning. Is there anyone that can shed some light on how this is supposed to be done |
Beta Was this translation helpful? Give feedback.
Answered by
jrschumacher
Jun 27, 2024
Replies: 1 comment 2 replies
-
Have you reviewed the tests here: https://github.com/opentdf/platform/blob/main/sdk/internal/oauth/oauth_test.go |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue #1008 reported by @0xArch3r was fixed in #1043. The tests linked in this thread are a good resource for implementing this approach.