Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 484 Bytes

Keycloak Angular Integration

This is an example project for the integration of Keycloak in an Angular SPA.

Project structure

  • frontend contains Angular frontend
  • backend contains simple Micornaut backend with http path /public and /protected
  • test contains tests with k3s (using k3s-maven-plugin)

Run

mvn clean package -T1C -pl \!test
mvn clean integration-test -pl test

Open: http://help.127.0.0.1.nip.io:8080