Creating a custom authentication with Acegi/Spring Security

前端 未结 3 1186
慢半拍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:14

    Here is an example of securityContext.xml configuration file using custom autenticationFilter (extending AUTHENTICATION_PROCESSING_FILTER) and authenticationProvider. The user authentication data is provided by jdbc connection. Configuration is for Spring Security 2.0.x

    
    
     
    
     
      
       
      
    
      
      
    
      
    
     
    
     
      
      
     
    
     
      
      
      
      
      
      
     
    
      
    
     
      
      
     
    
     
      
      
     
    
     
      
       
        
       
      
     
    
    
    

提交回复
热议问题