Build database driven web applications based on Smart-Cloud Web and Smart-Cloud Data. The webstack project include everything to build high quality end-to-end web applications with minimal efforts, including integrating with IDM engines such as KeyCloak.
Enable Security
Config.properties
db-entities-packages=com.app,com.jk.webstack.security
jk.security.enabled=true
Public Pages:
/index.xhtml /error/ /login/ /public/ /resources/ .css *.js javax.faces.resource/*
Pages for Any Logged In User:
/pages/**
Admin Pages:
With roles ADMIN
Prohibited URL’s:
components/**
Login Action:
/login
Login Page
/login/index.xhtml
DefaultSuccessUrl:
"/" . .FailureUrl: "/login/"
LogoutUrl:
"/logout"
LogoutSuccessUrl:
"/"