DotCMS with spring security authentication in Grails application

心不动则不痛 提交于 2019-12-11 23:07:40

问题


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"


回答1:


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.



来源:https://stackoverflow.com/questions/33633040/dotcms-with-spring-security-authentication-in-grails-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!