0

I need to deny unauthenticated users to access some website pages. I know that dotCMS roles can do that, but i need to guarantee that Spring do the same job. It's possible apply Spring Security in dotCMS? I tried to implement some security with Java Config but with no success. I've seen this post but it wasn't conclusive to me. I didn't find any other example of this on the web.

Community
  • 1
  • 1

1 Answers1

0

I am not (by any means) an expert with Spring Security, but it seems I would add the Spring Security filter (via a plugin) to dotCMS before the dotCMS filters and use it to secure your dotcms via urls. You might want to write a custom filter that checks the dotCMS roles for the proper permissions. Depends on your case.

wezell
  • 573
  • 3
  • 7