o

openid-connect-parent

A reference implementation of OpenID Connect (http://openid.net/connect/) and OAuth 2.0 built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.
https://github.com/mitreid-connect
The Apache Software License, Version 2.0
Justin Richer Amanda Anganes
Files download
File Operation
openid-connect-parent-1.0.16.pom download
Apache Maven
<dependency>
  <groupId>org.mitre</groupId>
  <artifactId>openid-connect-parent</artifactId>
  <version>1.0.16</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mitre:openid-connect-parent:1.0.16'
Gradle Kotlin
implementation("org.mitre:openid-connect-parent:1.0.16")
Scala SBT
libraryDependencies += "org.mitre" % "openid-connect-parent" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='org.mitre', module='openid-connect-parent', version='1.0.16')
)
Apache Ivy
<dependency org="org.mitre" name="openid-connect-parent" rev="1.0.16" />
Leiningen
[org.mitre/openid-connect-parent "1.0.16"]
Apache Buildr
'org.mitre:openid-connect-parent:jar:1.0.16'
Dependencies
<parent>
  <groupId>org.sonatype.oss</groupId>
  <artifactId>oss-parent</artifactId>
  <version>7</version>
</parent>

compile

|-- org.springframework:spring-core:3.1.3.RELEASE

|-- org.springframework:spring-beans:3.1.3.RELEASE

|-- org.springframework:spring-expression:3.1.3.RELEASE

|-- org.springframework:spring-context:3.1.3.RELEASE

|-- org.springframework:spring-orm:3.1.3.RELEASE

|-- org.springframework:spring-aop:3.1.3.RELEASE

|-- org.springframework:spring-tx:3.1.3.RELEASE

|-- org.springframework:spring-webmvc:3.1.3.RELEASE

|-- org.slf4j:slf4j-api:1.5.10

|-- javax.servlet:jstl:1.2

|-- cglib:cglib:2.2

|-- org.springframework.security:spring-security-core:3.1.0.RELEASE

|-- org.springframework.security:spring-security-acl:3.1.0.RELEASE

|-- org.springframework.security:spring-security-aspects:3.1.0.RELEASE

|-- org.springframework.security:spring-security-config:3.1.0.RELEASE

|-- org.springframework.security:spring-security-taglibs:3.1.0.RELEASE

|-- org.springframework.security:spring-security-web:3.1.0.RELEASE

|-- com.google.code.gson:gson:2.0

|-- org.eclipse.persistence:javax.persistence:2.0.3

|-- org.eclipse.persistence:org.eclipse.persistence.jpa:2.4.0

|-- commons-dbcp:commons-dbcp:1.4

|-- com.google.guava:guava:14.0.1

|-- org.apache.httpcomponents:httpclient:4.2.3

|-- mysql:mysql-connector-java:5.1.16

|-- commons-codec:commons-codec:1.6

|-- org.codehaus.jackson:jackson-mapper-asl:1.9.2

|-- org.springframework:spring-oxm:3.1.3.RELEASE

|-- org.springframework.security.oauth:spring-security-oauth2:1.0.2.RELEASE

|-- com.nimbusds:nimbus-jose-jwt:2.17.2

|-- org.hsqldb:hsqldb:2.2.9

|-- joda-time:joda-time:2.1

|-- org.joda:joda-convert:1.3

provided

|-- javax.servlet:servlet-api:2.5

|-- javax.servlet.jsp:jsp-api:2.1

runtime

|-- org.slf4j:jcl-over-slf4j:1.5.10

|-- org.slf4j:slf4j-log4j12:1.5.10

|-- log4j:log4j:1.2.15

test

|-- junit:junit:4.7

|-- org.easymock:easymock:2.0

|-- org.springframework:spring-test:3.1.3.RELEASE

|-- org.mockito:mockito-all:1.9.0