Go to file
jevanlingen f1c4b79d4d Log response body if one exists
If the OpenID Connect server returns an invalid client error, you can't find that in the logging (because the real error is only visible in the response body).

Logged:
`HTTP Status 401 - Authentication Failed: Unable to obtain Access Token: 401 Unauthorized`

Non logged:
`{"error_description":"Client authentication failed: Invalid authentication","error":"invalid_client"}`
2016-03-29 10:44:28 +02:00
docs missed a few copyright notices 2015-02-17 13:02:41 -05:00
openid-connect-client Log response body if one exists 2016-03-29 10:44:28 +02:00
openid-connect-common "dual-client" mode is mutually exclusive with HEART mode, HEART mode takes precedence 2016-02-24 13:08:40 -05:00
openid-connect-server fixed default token lifetimes for heart mode 2016-03-18 22:02:28 -04:00
openid-connect-server-webapp added configuration flag for HEART mode 2016-03-18 22:04:22 -04:00
uma-server [maven-release-plugin] prepare for next development iteration 2016-02-23 19:02:05 -05:00
uma-server-webapp [maven-release-plugin] prepare for next development iteration 2016-02-23 19:02:05 -05:00
.gitignore adding netbeans config to gitignore 2014-10-14 20:30:50 -04:00
.travis.yml Travis build on JDK 7+8 2015-10-12 13:07:43 -04:00
LICENSE.txt Happy new year 2016! 2016-01-21 15:50:37 -05:00
README.md Happy new year 2016! 2016-01-21 15:50:37 -05:00
checkstyle.xml Happy new year 2016! 2016-01-21 15:50:37 -05:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-02-23 19:02:05 -05:00

README.md

MITREid Connect


Maven Central Travis CI

This project contains a certified OpenID Connect reference implementation in Java on the Spring platform, including a functioning server library, deployable server package, client (RP) library, and general utility libraries. The server can be used as an OpenID Connect Identity Provider as well as a general-purpose OAuth 2.0 Authorization Server.

OpenID Certified

More information about the project can be found:

The authors and key contributors of the project include:

Copyright ©2016, The MITRE Corporation and the MIT Internet Trust Consortium. Licensed under the Apache 2.0 license, for details see LICENSE.txt.