Stephan Richter
1a5a137329
|
1 month ago | |
---|---|---|
config | 4 months ago | |
de.srsoftware.http | 1 month ago | |
de.srsoftware.logging | 4 months ago | |
de.srsoftware.oidc.api | 1 month ago | |
de.srsoftware.oidc.app | 1 month ago | |
de.srsoftware.oidc.backend | 1 month ago | |
de.srsoftware.oidc.datastore.encrypted | 1 month ago | |
de.srsoftware.oidc.datastore.file | 1 month ago | |
de.srsoftware.oidc.web | 1 month ago | |
de.srsoftware.utils | 1 month ago | |
gradle/wrapper | 6 months ago | |
.gitignore | 6 months ago | |
Dockerfile | 2 months ago | |
Readme.md | 2 months ago | |
build.gradle | 4 months ago | |
gradlew | 6 months ago | |
gradlew.bat | 6 months ago | |
settings.gradle | 2 months ago |
Readme.md
LightOIDC
Deutsch | English |
---|---|
LightOIDC ist ein Spezifikations-treuer OpenID-Connect-Provider mit minimalem Fußabdruck.
Im Moment haben diese Bibliotheken keine weiteren (transitiven) Anhängigkeiten, so dass das Projekt nicht durch eine Kaskade von Libraries aufgeblasen wird. bauenDies ist ein Gradle-Project. Um es zu compilieren brauchen Sie ein aktuelles Java-Development-Kit. Datenbank-UnterstützungUm das Projekt klein zu halten ist im main-Branch kein Datenbank-Support eingebaut. Es gibt aber einen separaten Branch, der die Benutzung von SQLite-Datenbanken untersützt: sqlite |
This aims to be a specification compliant OpenID connect provider with minimal footprint.
At the time of writing, these libraries have no further transitive dependencies, thus mitigating any bloat from the project. buildThis is a gradle project. To compile it, you should have a recent version of a Java Development Kit installed. database supportIn order to achieve a minimal footprint, no database support is incorporated in the main branch. However, there is SQLite support in a separate branch: sqlite |