Generic policy enforcement based on claims #792
DominikPinsel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is creating an extension, that makes it possible to configure validation against specific claims. This should be done in a generic way, so that it may be used to cover different use cases.
Assume the
referringConnector
of the DAT should be validated.This generic constraint could be described using a custom leftOperand in an EDC
Constraint
.The idea is to create a new extension, where its possible to configure one or more validations, that matches the constraint value against a specific claim of the participant. For example like this
I assume the implementation of such an extension should be pretty straight forward. This would make it possible to enforce use cases like the current PartnerLevel and SpatialPosition by configuration.
What do you think? Do you see any flaws or issues I might have missed?
Edit: I forgot to mention that this may only be used for access control/policy. For all custom policies there is currently no way to send them to the other connector using IDS. Also making the same claim validation on the other connector side would probably not make much sense.
Dominik Pinsel dominik.pinsel@daimler.com, Daimler TSS GmbH, legal info/Impressum
Beta Was this translation helpful? Give feedback.
All reactions