Hi,
We are developing a kapsel application by following this link
http://scn.sap.com/docs/DOC-49592
we have declared the authentication as HTTPs authentication with the odata end point and SSO Mechanism as Technical User Basic(username,password as the odata endpoint credentials)
After entering the credentials in the login screen We are getting a 401 unauthorised error
The following is the log trace:
#2.0#2014-12-30 06:29:11.042#+0:00#ERROR#Registration#401##Other#1419920950678002#a92f3828-99e1-484a-aa15-5bbeee93687d#com.olam.logintest#com.sap.mobile.platform.server.online.filter.application.AbstractSMPApplicationSettingsHandler:doFilter########705###Unauthorized#
#2.0#2014-12-30 06:29:11.042#+0:00#FATAL#Other####1419920950678000#a92f3828-99e1-484a-aa15-5bbeee93687d#com.olam.logintest#GeneratedMethodAccessor221:invoke########705###Unauthorized#
#2.0#2014-12-30 06:29:11.04#+0:00#DEBUG#Registration###Security#1419920950678001#a92f3828-99e1-484a-aa15-5bbeee93687d#com.olam.logintest#com.sap.mobile.platform.server.foundation.security.filter.AuthenticationFilter:doFilter########705###No AuthenticationEntryPoint was set during login attempt. Falling back to HTTP 401 + WWW-Authenticate#
#2.0#2014-12-30 06:29:10.794#+0:00#DEBUG#Registration###Security#1419920950678000#a92f3828-99e1-484a-aa15-5bbeee93687d#com.olam.logintest#com.sap.mobile.platform.server.foundation.security.filter.AuthenticationFilter:doFilter########705###authfilter-1: Security Configuration set to: 'LoginHttp'#
Kindly advise.