webcane / slackspace-angular-spring-keycloak

Sample project which shows how to implement a secured AngularJS/Spring-Boot application secured by Keycloak.

Home Page:http://slackspace.de/articles/authentication-with-spring-boot-angularjs-and-keycloak/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication with Spring Boot, AngularJS and Keycloak

  • Make sure to start Keycloak before using the application

Run with standalone Tomcat

To run the project with embedded Tomcat by maven:

mvn spring-boot:run

Then navigate to http://localhost:8000 to see the application in action.

About

Sample project which shows how to implement a secured AngularJS/Spring-Boot application secured by Keycloak.

http://slackspace.de/articles/authentication-with-spring-boot-angularjs-and-keycloak/

License:Apache License 2.0


Languages

Language:Java 57.4%Language:JavaScript 25.9%Language:HTML 16.7%