o

openidConnectServer-1.0

This feature enables web applications to integrate OpenID Connect Server 1.0 for authenticating users instead of, or in addition to, the configured user registry.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
openidConnectServer-1.0-23.0.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>openidConnectServer-1.0</artifactId>
  <version>23.0.0.1</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:openidConnectServer-1.0:23.0.0.1'
Gradle Kotlin
implementation("io.openliberty.features:openidConnectServer-1.0:23.0.0.1")
Scala SBT
libraryDependencies += "io.openliberty.features" % "openidConnectServer-1.0" % "23.0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='openidConnectServer-1.0', version='23.0.0.1')
)
Apache Ivy
<dependency org="io.openliberty.features" name="openidConnectServer-1.0" rev="23.0.0.1" />
Leiningen
[io.openliberty.features/openidConnectServer-1.0 "23.0.0.1"]
Apache Buildr
'io.openliberty.features:openidConnectServer-1.0:jar:23.0.0.1'