A Java (JDK11+) client implementation of the Solid-OIDC Specification.
Consider participating in the Solid Authentication Panel if you're interested in collaborating on or learning more about the evolution of the specification.
Take a look at CONTRIBUTING for specifics on how to contribute to this library.
JavaDocs are generated and published with each release.
In your pom.xml
:
<dependencies>
<dependency>
<groupId>com.janeirodigital</groupId>
<artifactId>sai-authentication-java</artifactId>
<version>preferred.version.here</version>
</dependency>
</dependencies>