OpenID-Connect-Java-Spring-.../openid-connect-client
Justin Richer 8352145d82 Merge branch 'master' into authorization-api
Conflicts:
	openid-connect-common/src/main/java/org/mitre/oauth2/service/SystemScopeService.java
	openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml
	openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java
	openid-connect-server/src/main/java/org/mitre/oauth2/web/IntrospectionEndpoint.java
	openid-connect-server/src/main/java/org/mitre/openid/connect/web/ClientAPI.java
	openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionAuthorizer.java
2015-03-13 18:39:26 -04:00
..
src updated all references to media types to use constants instead of literals, closes #767 2015-03-11 12:06:38 -04:00
.gitignore refactored project into four modules: 2013-09-23 17:19:09 -04:00
README.md Update README.md 2014-03-17 16:41:28 -04:00
pom.xml added UMA to version number 2015-02-19 17:55:25 -05:00

README.md

OpenID Connect Client

Overview

This project contains an OpenID Connect Client implemented as a Spring Security AuthenticationFilter. The client facilitates a user's authentication into the secured application to an OpenID Connect Java Spring Server following the OpenID Connect Standard protocol.

Configuring

For an example of the Client configuration, see the Simple Web App project.

Full documentation is available on the project documentation wiki pages.