Skip to content

Extensions for the Nimbus OAuth2/OpenID Connect SDK covering OIDC Sweden specifications

License

Notifications You must be signed in to change notification settings

oidc-sweden/oidc-sweden-nimbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

oidc-sweden-nimbus

License Maven Central

Extensions for the Nimbus OAuth2/OpenID Connect SDK covering OIDC Sweden specifications.

About

The oidc-sweden-nimbus repository contains Java implementations of the extensions specified in the OIDC Sweden Specifications. The library extends the Nimbus OAuth2/OpenID Connect SDK.

API Documentation

Javadoc for the library is published under https://www.oidc.se/oidc-sweden-nimbus/apidoc.

Downloading the Artifact

The library is published to Maven central (https://repo1.maven.org/maven2/).

Include the following dependency in your project POM to use the extensions of oidc-sweden-nimbus:

<dependency>
  <groupId>se.oidc.nimbus</groupId>
  <artifactId>oidc-sweden-nimbus</artifactId>
  <version>${oidc.sweden.version}</version>
</dependency>

Building from Source

Prerequisites

Git and the JDK17 build.

Be sure that your JAVA_HOME environment variable points to the jdk17 folder extracted from the JDK download.

Check out sources

git clone git clone https://github.com/oidc-sweden/oidc-sweden-nimbus.git

Build the library using Maven

> mvn clean install

Copyright © 2023-2024, OIDC Sweden. Licensed under version 2.0 of the Apache License.

About

Extensions for the Nimbus OAuth2/OpenID Connect SDK covering OIDC Sweden specifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages