Skip to content

Commit bc33812

Browse files
committed
Deploy noodlebar docs: 6fb2825479cfba9a9f8da9637b5b720ab76434b4
1 parent 3096b51 commit bc33812

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

noodlebar/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Weekly Changelog
22

3+
## 2026-04-03 — DSGO authentication endpoint (GIR) + sensor optimization workflow
4+
5+
### GIR Dataspace API
6+
7+
**Added**
8+
- `POST /connect/token` — new endpoint for DSGO (DigiGO) authentication using JWT client assertions. Submit `grant_type`, `scope`, `client_id`, `client_assertion_type`, and `client_assertion` as `application/x-www-form-urlencoded`. The assertion is validated against the DSGO satellite trusted list using certificate chain verification. Returns a DSGO access token. This endpoint is only available on the GIR instance. [#618](https://github.com/POORT8/Poort8.Dataspace.Private/pull/618) [#826](https://github.com/POORT8/Poort8.Dataspace.Private/pull/826)
9+
10+
### Keyper API
11+
12+
**Added**
13+
- A new sensor optimization workflow `keyper.sensor-optimization@v1` is now available. Pass `keyper.sensor-optimization@v1` as `orchestration.flow` in `POST /api/approval-links` to use a Dutch-language sensor optimization approval flow. Unlike the default workflow, this flow does not require the approver to be a member of the requesting organization. [#820](https://github.com/POORT8/Poort8.Dataspace.Private/pull/820)
14+
315
## 2026-03-27 — Keyper default workflow + onboarding PDF fix
416

517
### Dataspace API

0 commit comments

Comments
 (0)