Update so there is an open landing page and a login page
- make / public - add login on index.html - add UserAttribute - add hasRole to RemoteAuthentication - update HomeController to give welcome instead of index if login. - add welcome.html
This commit is contained in:
@@ -40,5 +40,6 @@ class SecurityConfiguration {
|
||||
"/actuator/**",
|
||||
"/login",
|
||||
"/logout",
|
||||
"/",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user