Hi,
Is there a way to send user nave and password for a http request in https
request header?
I tried following configuration:
<http:endpoint service="test:servicehttp"
endpoint="consumerhttp"
role="consumer"
locationURI="http://localhost:8889"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
soap="true"
targetService="test:MyS1PojoService"
targetEndpoint="myS1PojoSu"
authMethod="BASIC">
servicemix-domain {
sample.module.LdapLoginModule REQUIRED
userProvider="ldap://ip:port/ou=Users,dc=site"
userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
useSSL=false
debug=true;
This works. When I hit http://localhost:8889 the browse asks me for username
and password. it also authenticates it properly. The problem is I don't want
the browser to ask me for username and password. I want the username and
password to be set in the HTTP header and pass that to the LDAPLoginModule.
How can I achieve that? please help.
thanks,
Pratibha
--
View this message in context:
http://www.nabble.com/How-to-pass-user-name-password-in-http-header-and-to-LDAP-Login-module-tp17186605p17186605.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.