Installation

Installing the authorization server is easy. Just follow the instructions in the next sections.

System Requirements

To run the server you need at least a Java 11 JDK or higher (versions 11 and 14 are currently tested).

Build and Run the Authorization Server

To build the authorization server yourself just get the latest sources from master branch in the corresponding github repository.

To build the server perform a gradlew build command.

To run the server just perform a gradlew bootrun or run the Spring Boot starter class com.example.authorizationserver.AuthorizationServerApplication via your Java IDE.

Install and Run the Authorization Server

To install the authorization server just get the latest release from the corresponding github repository.

To run the server just perform a java -jar authorizationserver-x.x.x.jar (replace x.x.x with the downloaded release version).