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: docs/development/dataplane-signaling/tx-signaling.extensions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ that extends the DataPlane Signaling framework.
6
6
## Overview
7
7
8
8
The provider DataPlane exposes a new public facing API called the "Refresh API". Its purpose is to accept a refresh
9
-
token and an authentication token (see documentation [here]()), perform validity checks and then respond with a new
9
+
token and an authentication token (see documentation [here](https://github.com/eclipse-tractusx/tractusx-profiles/blob/main/tx/refresh/refresh.token.grant.profile.md#3-the-refresh-request)), perform validity checks and then respond with a new
10
10
refresh token similar to this:
11
11
12
12
```json
@@ -23,7 +23,7 @@ A complete sequence including `TransferRequestMessage` is shown here:
23
23
-`(1)`Consumer send `TransferRequestMessage`
24
24
-`(2)` Provider sends `DataFlowStartMessage` to its own DataPlane via the Signaling API
25
25
-`(3)` Provider's DataPlane creates an `EndPointDataReference` (
26
-
see [here](https://github.com/eclipse-edc/Connector/blob/main/docs/developer/data-plane-signaling/data-plane-signaling-token-handling.md#2-updates-to-thedataaddress-format)
26
+
see [here](https://eclipse-edc.github.io/documentation/for-contributors/data-plane/data-plane-signaling/#323-access-token-generation)
0 commit comments