Fork me on GitHub

Running Demo Application

Check out demo application

Fork me on GitHub: https://github.com/bloomreach-forge/hst-spring-security.

Build the project using Maven:

$ mvn install

And, build and run the demo in the demo subfolder.

$ cd demo
$ mvn clean verify
$ mvn -P cargo.run
        

Testing the Demo Application

  • By default, you cannot navigate any page except of login form page without authentication. Please refer to the configuration in /WEB-INF/applicationContext-security.xml for the access configuration.
  • If you sign in by admin/admin, then you will be able to navigate all the pages.
  • If you click on logout button, then you will be logged out and navigated back to the login page.