Skip to content

Commit 288afab

Browse files
authored
added document histories and fixed version number for interop spec (#189)
* added document histories and fixed version number for interop spec * moved item for txn field addition to document history for version 3, not version 2
1 parent 072ab09 commit 288afab

3 files changed

+54
-3
lines changed

openid-caep-1_0.md

+12
Original file line numberDiff line numberDiff line change
@@ -837,3 +837,15 @@ Copyright (c) 2021 The OpenID Foundation.
837837
The OpenID Foundation (OIDF) grants to any Contributor, developer, implementer, or other interested party a non-exclusive, royalty free, worldwide copyright license to reproduce, prepare derivative works from, distribute, perform and display, this Implementers Draft or Final Specification solely for the purposes of (i) developing specifications, and (ii) implementing Implementers Drafts and Final Specifications based on such documents, provided that attribution be made to the OIDF as the source of the material, but that such attribution does not indicate an endorsement by the OIDF.
838838

839839
The technology described in this specification was made available from contributions from various sources, including members of the OpenID Foundation and others. Although the OpenID Foundation has taken steps to help ensure that the technology is available for distribution, it takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this specification or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any independent effort to identify any such rights. The OpenID Foundation and the contributors to this specification make no (and hereby expressly disclaim any) warranties (express, implied, or otherwise), including implied warranties of merchantability, non-infringement, fitness for a particular purpose, or title, related to this specification, and the entire risk as to implementing this specification is assumed by the implementer. The OpenID Intellectual Property Rights policy requires contributors to offer a patent promise not to assert certain patent claims against other contributors and against implementers. The OpenID Foundation invites any interested party to bring to its attention any copyrights, patents, patent applications, or other proprietary rights that may cover technology that may be required to practice this specification.
840+
841+
# Document History
842+
843+
[[ To be removed from the final specification ]]
844+
845+
-03
846+
847+
* New "Session Established" and "Session Presented" event types
848+
* Added `namespace` required field to Assurance Level Change event
849+
* Changed the name referencing SSE to SSF
850+
* Added `format` to the subjects in examples in CAEP
851+
* Formatting and typo changes

openid-caep-interoperability-profile-1_0.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: CAEP Interoperability Profile 1.0 - draft 01
2+
title: CAEP Interoperability Profile 1.0 - draft 00
33
abbrev: caep-interop
44
docname: caep-interoperability-profile-1_0
55
date: 2024-06-14
@@ -33,7 +33,7 @@ normative:
3333
RFC8936: # POLL delivery
3434
SSF:
3535
target: https://openid.net/specs/openid-sharedsignals-framework-1_0.html
36-
title: OpenID Shared Signals and Events Framework Specification 1.0 - draft 02
36+
title: OpenID Shared Signals and Events Framework Specification 1.0 - draft 03
3737
author:
3838
-
3939
ins: A. Tulshibagwale
@@ -255,3 +255,26 @@ Within the `credential-change` event, implementations MUST support the following
255255

256256
`reason_admin`
257257
: Transmitters MUST populate this value with a non-empty string
258+
259+
--- back
260+
261+
# Acknowledgements
262+
263+
The authors wish to thank all members of the OpenID Foundation Shared Signals
264+
Working Group who contributed to the development of this
265+
specification.
266+
267+
# Notices
268+
269+
Copyright (c) 2021 The OpenID Foundation.
270+
271+
The OpenID Foundation (OIDF) grants to any Contributor, developer, implementer, or other interested party a non-exclusive, royalty free, worldwide copyright license to reproduce, prepare derivative works from, distribute, perform and display, this Implementers Draft or Final Specification solely for the purposes of (i) developing specifications, and (ii) implementing Implementers Drafts and Final Specifications based on such documents, provided that attribution be made to the OIDF as the source of the material, but that such attribution does not indicate an endorsement by the OIDF.
272+
273+
The technology described in this specification was made available from contributions from various sources, including members of the OpenID Foundation and others. Although the OpenID Foundation has taken steps to help ensure that the technology is available for distribution, it takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this specification or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any independent effort to identify any such rights. The OpenID Foundation and the contributors to this specification make no (and hereby expressly disclaim any) warranties (express, implied, or otherwise), including implied warranties of merchantability, non-infringement, fitness for a particular purpose, or title, related to this specification, and the entire risk as to implementing this specification is assumed by the implementer. The OpenID Intellectual Property Rights policy requires contributors to offer a patent promise not to assert certain patent claims against other contributors and against implementers. The OpenID Foundation invites any interested party to bring to its attention any copyrights, patents, patent applications, or other proprietary rights that may cover technology that may be required to practice this specification.
274+
275+
# Document History
276+
277+
[[ To be removed from the final specification ]]
278+
-00
279+
280+
* Initial draft

openid-sharedsignals-framework-1_0.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -2278,9 +2278,25 @@ The technology described in this specification was made available from contribut
22782278

22792279
[[ To be removed from the final specification ]]
22802280

2281+
-03
2282+
2283+
* Removing transmitter supplied fields from stream config PUT and PATCH examples
2284+
* Add OPTIONAL/REQUIRED to the fields in the stream configuration
2285+
* Add stream_id to the response when getting stream status
2286+
* Update subject/sub_id in examples. Fix CAEP example
2287+
* Clarify language around sending Stream Updated events
2288+
* Add sentence suggesting that Issuer information should be validated by the Receiver
2289+
* Removed cause-time from RISC example
2290+
* Fix description of error code for invalid state
2291+
* Add SHOULD language about checking the issuer value
2292+
* Added language requiring authorization of stream management API
2293+
* Added description of `txn` claim
2294+
* Added a `default_subjects` field to Transmitter Configuration Metadata indicating expected subject behavior for new streams
2295+
* added txn claims to non-normative SET examples and generic txn callout under SET Profile section RFC8417
2296+
* Editorial: Standardize terms and casing, fix some typos
2297+
22812298
-02
22822299

2283-
* added txn claims to non-normative SET examples and generic txn callout under SET Profile section RFC8417(#152)
22842300
* added spec version to metadata
22852301
* Added description as receiver supplied
22862302
* added language to make verification and updated events independent of events_supported

0 commit comments

Comments
 (0)