Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added document histories and fixed version number for interop spec #189

Merged
merged 2 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions openid-caep-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,3 +837,15 @@ Copyright (c) 2021 The OpenID Foundation.
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.

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.

# Document History

[[ To be removed from the final specification ]]

-03

* New "Session Established" and "Session Presented" event types
* Added `namespace` required field to Assurance Level Change event
* Changed the name referencing SSE to SSF
* Added `format` to the subjects in examples in CAEP
* Formatting and typo changes
27 changes: 25 additions & 2 deletions openid-caep-interoperability-profile-1_0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: CAEP Interoperability Profile 1.0 - draft 01
title: CAEP Interoperability Profile 1.0 - draft 00
abbrev: caep-interop
docname: caep-interoperability-profile-1_0
date: 2024-06-14
Expand Down Expand Up @@ -33,7 +33,7 @@ normative:
RFC8936: # POLL delivery
SSF:
target: https://openid.net/specs/openid-sharedsignals-framework-1_0.html
title: OpenID Shared Signals and Events Framework Specification 1.0 - draft 02
title: OpenID Shared Signals and Events Framework Specification 1.0 - draft 03
author:
-
ins: A. Tulshibagwale
Expand Down Expand Up @@ -255,3 +255,26 @@ Within the `credential-change` event, implementations MUST support the following

`reason_admin`
: Transmitters MUST populate this value with a non-empty string

--- back

# Acknowledgements

The authors wish to thank all members of the OpenID Foundation Shared Signals
Working Group who contributed to the development of this
specification.

# Notices

Copyright (c) 2021 The OpenID Foundation.

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.

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.

# Document History

[[ To be removed from the final specification ]]
-00

* Initial draft
18 changes: 17 additions & 1 deletion openid-sharedsignals-framework-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2278,9 +2278,25 @@ The technology described in this specification was made available from contribut

[[ To be removed from the final specification ]]

-03

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

-02

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