Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 681 Bytes

File metadata and controls

24 lines (14 loc) · 681 Bytes

Identity

An identity service, as a wrapper for the provided SSO service.

The goal of this specific service is to emulate a User account service.

Local running

Ensure the Local Development dependencies are running. (See main README)

cd ../../local-development
docker compose up -d

Ensure the local authentication server is setup or have it connect to your preferred SSO provider. Included docker-compose.yaml in /local-development folder uses Tanzu Local Auth Server by default.

To run locally

./gradlew bootRun --args="--spring.profiles.active=local"