Details
-
Bug
-
Resolution: Inactive
-
Neutral
-
None
-
3.0.3
-
None
-
None
Description
Hello,
I'm trying to integrate spring security with magnolia
@Controller @Template(id = HomePageTemplate.ID, title = "Home Page", dialog = HomePageDialog.ID) public class HomePageTemplate { public static final String ID = "example:pages/home-page"; @Secured("superuser") @RequestMapping("/home-page") public String render(Model model) { model.addAttribute("name", "World"); return "home-page"; } }
Is there a preferred way to make Spring Security to user Magnolia as backend. If not, do you think you could tell me what is required to do so?
Best,
Vasily
Checklists
Acceptance criteria