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

Keycloak Integration with Angular

Notifications You must be signed in to change notification settings

kokuwaio/keycloak-angular

Repository files navigation

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