Add grantedBy to DataAuthorization
Opened this issue · 2 comments
justinwb commented
Implementation experience is that this would be useful to have within the DataConsent rather than needing to source it from the AccessConsent.
elf-pavlik commented
#299 notes:
@elf-pavlik: I want to double check if it is related to dataOwner
since grantedBy
is only used for the audit trail.
@justinwb: I haven't come up with a strong reason to have it since I created this issue.
elf-pavlik commented
Actually comparing the dataOwner
and granted
for all the scopes except All
helps with deciding if DataGrant
or DelegatedDataGrant
should be generated.