Decryption Workflow as a User? #1021
-
I am trying to use the SDK to authenticate to openTDF as a user. When trying to decrypt a TDF Object with an atrtibute applied, I notice the logs show a PERMIT message for jwtentity-1 which is my user who has the attribute, but a DENY for jwtentity-0 which is the opentdf-sdk client I am using. Is this expected? Should both those entities be in the request? How do I add the attributes to the sdk so that it can do what I need it to do if this is the expected behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Are you using the token exchange option within the SDK? Lines 120 to 129 in 93d8f70 |
Beta Was this translation helpful? Give feedback.
-
This is expected behavior until #871 is decided and implemented to describe scoping and mechanisms to best disambiguate Entity Types |
Beta Was this translation helpful? Give feedback.
This is expected behavior until #871 is decided and implemented to describe scoping and mechanisms to best disambiguate Entity Types