Creating a custom authentication with Acegi/Spring Security

前端 未结 3 1198
慢半拍i
慢半拍i 2020-12-24 07:27

I\'m having trouble discovering exactly what I need to implement in order to use a custom authentication method with my web application using Spring Security. I have a Grail

3条回答
  •  被撕碎了的回忆
    2020-12-24 08:01

    I have recently put up a sample application that does custom authentication with Spring Security 3. The source code is here. More details are in this blog post.

提交回复
热议问题