Copy of 2025-06-05 TRTF Meeting Notes
Meeting Date
Apr 18, 2024 The ToIP Trust Registry Task Force (TRTF) meets weekly every Thursday at the following times (to cover global time zones - see the Calendar of ToIP Meetings for full meeting info including Zoom links):
NA/EU 07:00-8:00 PT / 15:00-16:00 UTC
APAC 18:00-19:00 PT / 02:00-03:00 UTC
Zoom Meeting Link / Recording
See the ToIP Calendar for the Zoom link and also the link to the recording of the meeting (which will appear in the meeting calendar entry approximately an hour after the meeting ends).
Attendees
NA/EU Meeting
@Scott Perry
@Shafayet Ahmed
@Jon Bauer
@Fabrice Rochette
APAC Meeting
Agenda Items and Notes (including all relevant links)
Time | Agenda Item | Lead | Notes |
5 min |
| Chairs |
|
5 min | Review of previous action items | Chairs |
|
10 mins | New ToIP symposium | @Carly Huitema |
|
10 mins | TRQP and Authzen alignment work | @Andor |
|
10 mins | Special topic #3 |
|
|
5 mins |
| Chairs |
|
Screenshots/Diagrams (numbered for reference in notes above)
Decisions
@Jon Bauer : Open to helping. Comparing two APIs.
@Andor : Async work needs to happen to enable some better motion/help to get called in with more concrete asks
Information Modeling Section : Data Modeling
authority_id
entity_id
assertion_id
context
API Modeling Section
JSON models
Types:
Recognitions
Authorization
{ "$id": "trqp-authorization-request", "title": "TRQP Authorization Request", "type": "object", "required": [ "entity_id", "assertion_id", "authority_id" ], "properties": { "entity_id": { "type": "string", "description": "The Entity being queried about. " }, "authority_id": { "type": "string", "description": "The Authority being queried." }, "assertion_id": { "type": "string", "description": "the assertion being queried - Does entity_id have assertion_id according to authority_id" }, "context": { "type": "object", "properties": { "time": { "type": "string", "format": "date-time", "description": "Time for query to use. If blank, uses current server time. RFC3339 required, using only Z (+00:00) offset.", "example": [ { "time": "1985-04-12T23:20:50.52Z" } ] } }, "additionalProperties": { "type": "string" } } } }
Transport/Binding
HTTPS
/recognition
Action Items
Targeted outreach?