https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server
An OpenID Connect reference implementation in Java on the Spring platform.
https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server
Last synced: 3 months ago
JSON representation
An OpenID Connect reference implementation in Java on the Spring platform.
- Host: GitHub
- URL: https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server
- Owner: mitreid-connect
- License: other
- Created: 2011-10-31T16:39:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T02:47:31.000Z (over 1 year ago)
- Last Synced: 2025-07-06T19:26:06.417Z (6 months ago)
- Language: Java
- Homepage:
- Size: 14.6 MB
- Stars: 1,500
- Watchers: 120
- Forks: 763
- Open Issues: 266
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - MITREid Connect
- awesome-openid-connect - MITREid Connect - Open Source OpenID Connect reference implementation in Java. (OpenID Providers (OP))
README
# MITREid Connect
---
[](https://maven-badges.herokuapp.com/maven-central/org.mitre/openid-connect-parent) [](https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server) [](https://codecov.io/github/mitreid-connect/OpenID-Connect-Java-Spring-Server)
This project contains a certified OpenID Connect reference implementation in Java on the Spring platform, including a functioning [server library](openid-connect-server), [deployable server package](openid-connect-server-webapp), [client (RP) library](openid-connect-client), and general [utility libraries](openid-connect-common). The server can be used as an OpenID Connect Identity Provider as well as a general-purpose OAuth 2.0 Authorization Server.
[](https://openid.net/certification/)
More information about the project can be found:
* [The project homepage on GitHub (with related projects)](https://github.com/mitreid-connect/)
* [Full documentation](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki)
* [Documentation for the Maven project and Java API](http://mitreid-connect.github.com/)
* [Issue tracker (for bug reports and support requests)](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues)
* The mailing list for the project can be found at `mitreid-connect@mit.edu`, with [archives available online](https://mailman.mit.edu/mailman/listinfo/mitreid-connect).
The authors and key contributors of the project include:
* [Justin Richer](https://github.com/jricher/)
* [Amanda Anganes](https://github.com/aanganes/)
* [Michael Jett](https://github.com/jumbojett/)
* [Michael Walsh](https://github.com/nemonik/)
* [Steve Moore](https://github.com/srmoore)
* [Mike Derryberry](https://github.com/mtderryberry)
* [William Kim](https://github.com/wikkim)
* [Mark Janssen](https://github.com/praseodym)
Licensed under the Apache 2.0 license, for details see `LICENSE.txt`.