Markdown Version | Session Recording

Session Date/Time: 27 Jun 2025 17:00

OAUTH

Summary

This interim meeting focused on the "deferred key binding" pattern in OAUTH, also referred to as "trust me bro." The core problem discussed is that existing Proof-of-Possession (PoP) mechanisms assume the party requesting an access token is the same party that will present it and can prove possession of the bound key at the time of issuance. However, several real-world use cases demonstrate a need to bind a token to a key without presenting proof of that key at the time of binding, deferring the presentation to a later point, often by a different party. The discussion explored various approaches to formally address this pattern within the OAUTH framework.

Key Discussion Points

Decisions and Action Items

Next Steps