We have a grails application with "standard" spring security authentication. We have integrated this application into dotCMS. What is missing is the dotCMS authentication. Is it somehow possible to configure DotCMS to use the User/Role spring security system that I already have? DotCMS has already its system of Users and Roles. I am reading now this page, mentioning that it is possible to develop custom "pluggable" authentication mechanisms: http://dotcms.com/docs/latest/pluggable-authentication. I would appreciate it if knowledgable developers could share their opinions on this. I am not sure if the question is too "abstract"
相关问题
- Grails External Configuration. Can't access to
- grails unit test + Thread
- Is it possible to use HTTPS only for login in Spri
- Null being passed to Spring Security UserDetailsSe
- JMS Job queue with Grails
相关文章
- Securing REST endpoint using spring security
- Listening to successful login with Spring Security
- How is SecurityContextLogoutHandler's clearAut
- Grails: How to make everything I create Upper Case
- Exception sending context initialized event to lis
- Spring java.lang.IllegalStateException: Cannot cre
- Java Spring Security: 401 Unauthorized for token O
- what is the use of auto-config=true in spring secu
You can build a cas to server both grails and Dotcms. Both of two apps have the well done cas module. Only different is cas - LDAP in dotcms is not free.