Hook on process where container asks for roles of LDAP user

前端 未结 2 796
清酒与你
清酒与你 2021-01-28 02:14

In my application I use form-based authentication with a LDAP-Realm. For Authorization I use a database. As I understand this works as follows

App  --> (user,         


        
2条回答
  •  既然无缘
    2021-01-28 02:45

    You could customize it using Spring Security, authenticating against LDAP and configuring the authentication manager/authentication-provider:

    
        
            
    

提交回复
热议问题