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
The Concealed HTTP authentication scheme allows a client to
authenticate to an origin server while guaranteeing freshness and
without the need for the server to transmit a nonce to the client.
The Concealed HTTP authentication scheme allows a client to
authenticate to an origin server while guaranteeing freshness and
without the need for the server to transmit a nonce to the client.
A TLS keying material exporter is pretty much just a nonce from a different layer.
There was discussion of the nonce endpoint here: https://github.com/openid/OpenID4VCI/pull/381/files#r1752363400
Coauthors and myself worked on a draft presented to IETF OAuth WG on making a generic building block for this:
https://github.com/peppelinux/draft-demarco-oauth-nonce-endpoint
RATs, and protocols not part of OIDCVCI could benefit from an aligned approach.
If there is a chance to pull out enough of this API into a generic document that other systems could build on... that is worth exploring.
The text was updated successfully, but these errors were encountered: