Wiki

Clone wiki

connect / Home

OpenID Connect 1.0 Working Repository

This is an official working repository and issue tracking system for the OpenID AB/Connect WG.

Meeting Notes

Meeting notes are usually distributed in the mailing list. However, some of them are now being created as wiki-page.

They can be found in https://bitbucket.org/openid/connect/wiki/browse/

Active Special Topics Calls

Retired Special Topics Calls

OpenID Connect Interop

OpenID Connect has gone through several rounds of Interop testing before going to the final vote.

List of Specifications

See Official Working repository for the most current drafts.

We have also started to collect SIOP related drafts in https://bitbucket.org/openid/connect/src/master/SIOP/.

Issue Tracking

To submit an issue to each specification, use the following syntax in the Title.

SpecAbbrev - Section.Number Descritpion.

For example, to submit a comment on section 4.3.2 of Message spec, write the title as

Message - 4.3.2 This is the title for the issue

The SpecAbbrev right now are:

  • Messages
  • Standard
  • Lite
  • Discovery
  • Registration

Wiki features

This wiki uses the Creole syntax, and is fully compatible with the 1.0 specification.

The wiki itself is actually a hg repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.

Go ahead and try:

$ hg clone http://bitbucket.org/openid/connect/wiki

Wiki pages are normal files, with the .wiki extension. You can edit them locally, as well as creating new ones.

Syntax highlighting

You can also highlight snippets of text, we use the excellent Pygments library.

Here's an example of some Python code:

def wiki_rocks(text):
	formatter = lambda t: "funky"+t
	return formatter(text)

You can check out the source of this page to see how that's done, and make sure to bookmark the vast library of Pygment lexers, we accept the 'short name' or the 'mimetype' of anything in there.

Have fun!

Updated