Contract Exchange WG
What is Contract Exchange WG?
The purpose of this WG is to produce a standard OpenID extension to the OpenID Authentication protocol that enables arbitrary parties to create and exchange a mutually-digitally-signed “contract”. This contract can be both broadband and mobile friendly through appropriate bindings that will be defined for each use case.
List of Specifications
The link below will eventually be to the HTML version of the working copies of the specifications.
- Contract Exchange Extension of OpenID Connect 1.0.
Participation
The easiest way to participate is to join the mailing list at http://lists.openid.net/mailman/listinfo/openid-specs-native-apps.
Please note that while anyone can join the mailing list as a read-only recipient, posting to the mailing list or actively contributing to the specification itself requires the submission of an IPR Agreement. More information is available at http://openid.net/intellectual-property. Make sure to specify the working group as “Native Applications”.
The working group specification repository is kept at http://hg.openid.net/cx/ where we keep edit by edit commits. These edits make it into SVN once they are approved by the editors.
Meeting Venue and Schedule
- Meetings
- When: Alternating bi-weekly Tuesday 7am (US Pacific Time) & Wednesday 4 pm Pacific Daylight Time (3 pm on US winter time)
- Where: https://global.gotomeeting.com/join/736042757
- GoToMeeting software is available on Mac, PC, iPhone, and Android Phone.
- Using VoIP option of GoToMeeting is preferred. If you have to absolutely use plain old telephone some reason, here is the US phone number: +1 (312) 878-3080.
- Use your microphone and speakers (VoIP) – a headset is recommended. Or, call in using your telephone.
- Access Code: 736-042-757
- Audio PIN: Shown after joining the meeting
- Meeting ID: 736-042-757
- When: Alternating bi-weekly Tuesday 7am (US Pacific Time) & Wednesday 4 pm Pacific Daylight Time (3 pm on US winter time)
Issue Tracking
To submit an issue to each specifications, use the following syntax in the Title.
<SpecAbbrev> <Section.Number> - <Description>
For example, to submit a comment on section 4.3.2 of Message spec, write the title as
Core 4.3.2 - This is the title for the issue
The <SpecAbbrev>
values at present are:
- Core
Link to the Issues
Working with the repository
The working repository of this WG uses Mercurial for the version control. The server uses bitbucket.
To work on the repository, you need to do the following:
As a preparation:
- Fill in the Contribution Agreement so that you join “Native App Working Group”.
- (If you have not already done so, install Mercurial.)
- (If you do not already have one, create a Bitbucket userid).
- Tell Nat/Mike/John the userid – they will get you write privileges.
Then start working with the repository as:
- Clone the repository. (The command to use is on http://hg.openid.net/cx/ )
- hg pull
- (edit a file)
- hg commit -m ‘fix #45 – typo’
- hg push
Make sure that:
- You only do one edit per commit.
- You include the <command> and <issue number> in the commit message. (See below.)
For more details, see: http://confluence.atlassian.com/display/BITBUCKET/Bitbucket+101
Commit Messages
When making a commit, use the following syntax for the commit messages so that the issues are linked to the commit.
<command> <issue id>
For example,
Fix #45 - Typo fixed
<command> can be one of the following:
close/closed/closes/closing/fix/fixed/fixes # resolves the issue
reopen/reopens/reopening # reopens the issue
addresses/re/references/ref/refs/see # adds a link to the changeset as a comment for the issue
The <issue id>
SHOULD be specified as #45
, etc.