Issues referencing a DAPS #269
-
I am currently working with the Dataspace Connector v7.1.0 and I am trying to connect to a DAPS installed in another device. We have been working with Docker networks referencing it as We are having issues referencing the DAPS with an IP address in the
These are the logs I am getting with
Is there any plan for this to be an option in the future? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you take a look at the logs, you are actually reaching the DAPS. The DAPS responds with an unexpected code Response (400 BAD REQUEST): Error decoding JWT: Signature nbf has not been reached -> The server time of the DAPS seems to be in the past of the DSC or the other way, the server-time of the DSC is in the future of the DAPS-Server, at least that would be a first debugging starting point. Therefore the DAPS does not seem to issue a DAT, because the sent request of the DSC (JWT) is only valid from a certain point in time (not before claim in JWT request token, nbf) which was not reached at the DAPS-Server side, when the request came in -> nbf in future of DAPS -> DAPS rejects DAT issuing. |
Beta Was this translation helpful? Give feedback.
-
You could use the property: |
Beta Was this translation helpful? Give feedback.
You could use the property:
daps.time.offset.seconds
:freely configure a possible time difference between the system of the connector and the DAPS. The entered interger value is subtracted from the current time in the form of seconds and the iat (issued at) and nbf (not before) are set in the JWT from the connector to the DAPS for the DAT request with the adjusted time
https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/wiki/09.-Settings:-Connector-Configuration