I have pre-configured LDAP Authentication provider in Weblogic. How can I get access to it from my spring-security.xml? All I've found is to hard-code the LDAP server manually in spring-security.xml like this <ldap-server url="ldap://springframework.org:389/dc=springframework,dc=org" /> instead of using pre-configured one from application server (Weblogic 12.1.3). Any ideas?
No comments:
Post a Comment