Skip to content
Amanda Anganes edited this page Jun 28, 2013 · 28 revisions

MITREid Connect is a reference implementation of the OpenID Connect protocol server and client, built on the Java, Spring, and Spring Security platforms. Java API documentation and a technical overview for the current version (generated by the Maven Site plugin) is always available at http://mitreid-connect.github.com/.

Project Information

Related Github projects

There are several related projects under the MITREid Connect umbrella, including:

  • simple-web-app A simple application that shows how to integrate the client filters in a Spring Security application.
  • example-openid-connect-overlay A simple server that shows how to build an overlay of the server for custom deployments.
  • account-chooser A JavaScript and HTML5 application that makes it easy for users to select between multiple issuers.
  • json-web-key-generator A Java application that generates public and private keys in the JSON Web Key format, used by both the server and client components. It is important for real deployments to have their own key.
Clone this wiki locally