Spring security with multiple login pages

前端 未结 4 2417
暖寄归人
暖寄归人 2021-02-04 08:59

I am using Spring security to secure login to the application admin section with a username and password. But now my client need to have another login screen for the application

4条回答
  •  暖寄归人
    2021-02-04 09:39

    http://www.springframework.org/schema/beans/spring-beans-4.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.0.xsd">

    
        
        
        
        
        
    
        
        
        
        
        
            
        
    
    
    
        
        
        
        
        
        
        
        
        
            
        
    

    Here I have need two login forms common for all users. I have configured tag element as mentioned above in spring-security.xml.But it is not working. Please suggest me a solution

提交回复
热议问题