Policy Attributes with undefined values #2930
Unanswered
EmberPlot
asked this question in
Platform Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, Attribute Definitions states
Since the valid attributes are optional, it seems possible to use any string (probably URL-encoded) as value. Is this correct? What I'm researching is, whether it is possible to encode for instance an "owner" attribute in
encryptionInformation.policy.body.dataAttributes, something likehttps://example.com/attr/owner/value/john.doe%40acme.com. Just an example, I know about thedissemlist...If this is valid, how would a subject mapping look like? How do I map a string from an JWT to an attribute value? I have done this for enumerated values where it's possible to map a value from the token to defined attribute values, but I have no idea how to convert a string from the token to an equivalent policy attribute value...
Beta Was this translation helpful? Give feedback.
All reactions