Skip to content

Modules

The primary use case for ServiceAuthCentral is to act as a backend for server-to-server authentication. ServiceAuthCentral has one primary repository that is divided into multiple Java modules that implement the primary functionality of the application. The implementation is a Java 17 Spring Boot 3 application that utilizes REST for the token endpoints and GraphQL for the management API.

The main application is composed of Java modules which are described in the modules section of the documentation. The main components being the token server, which is the data plane, and the manage server, which is the control plane.

For the management aspect a web portal is provided with the serviceauthcentralweb. This is implemented using Vue 3 with bootstrap for the interface and Appolo for interfacing with the GraphQL API.

OpenTofu / Terraform Modules

To aid in the deployment there are a number of different Tofu (Terraform) modules that aid in the deployment.

The functionality depends on a number of submodules.