You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/GAIA_X.MD
+73Lines changed: 73 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,4 +66,77 @@ The request has to be flagged as insecure, since the generated certificate is se
66
66
}
67
67
]
68
68
}
69
+
```
70
+
71
+
## Gaia-X ODRL Profile
72
+
73
+
As part of [Gaia-X](https://gaia-x.eu/), an [ODRL-Profile](https://gitlab.com/gaia-x/lab/policy-reasoning/odrl-vc-profile) with the goal to be able to refer in a clear and preciese way to Verifiable Credential Claims within ODRL-Policies.
74
+
The FIWARE Data Space Connector supports the usage of all defined components:
75
+
76
+
77
+
### ovc:Constraint
78
+
79
+
Its a sub type of an [odrl:Constraint](https://www.w3.org/TR/odrl-vocab/#constraints), that requires an ovc:leftOperand and ovc:credentialSubjectType to be present, beside the mandatory [odrl:operator](https://www.w3.org/TR/odrl-vocab/#term-Operator) and [odrl:rightOperand](https://www.w3.org/TR/odrl-vocab/#term-RightOperand).
80
+
81
+
### ovc:leftOperand
82
+
83
+
Implementation of the [odrl:leftOperand](https://www.w3.org/TR/odrl-vocab/#term-LeftOperand) that addresses a Verifiable Credential's Claim by using the Json-Path. Json-Paths into arrays are currently not supported.
```ovc:credentialSubjectType``` is a way to define the type of Verifiable Credential that the ```ovc:Constraint``` is intended for.
98
+
99
+
100
+
## Usage
101
+
102
+
Policies can be created at the [ODRL-PAP](https://github.com/wistefan/odrl-pap).
103
+
104
+
> :bulb: The following examples use the [local-deployment of the connector](./deployment-integration/local-deployment/LOCAL.MD). However, all of them can be run on any other installation of the Data Space Connector.
105
+
106
+
The policy would allow any caller providing a Verifiable Credential with the the ```credentialSubject.type``` being ```gx:LegalParticipant``` and containing a claim ```credentialSubject.gx:legalAddress.gx:countrySubdivisionCode``` with the value either being ```FR-HDF``` or ```BE-BRU``` to read the entity with the id ```my-secured-object``` .
Copy file name to clipboardExpand all lines: doc/ONGOING_WORK.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ All planned work is listed in the [FIWARE Data Space Connector Taiga-Board](http
8
8
9
9
## Gaia-X Integration
10
10
11
-
* Support for the [Gaia-X ODRL-Profile](https://gitlab.com/gaia-x/lab/policy-reasoning/odrl-vc-profile) as part of the [ODRL-PAP](https://github.com/wistefan/odrl-pap)
12
11
* Support for the Credentials Chain defined in the [24.07 Releas of the Identity, Credential and Access Management](https://docs.gaia-x.eu/technical-committee/identity-credential-access-management/24.07/pdf/document.pdf)
0 commit comments