• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SOAP SharePoint 2010 Authentication

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i've got a problem with the authentication for a SharePoint 2010 Server. I'm using Java Web Start to start my application. This application tries to connect to SharePoints WebService. The SharePoint uses NTLM authentication which works fine within the internal network. But external customers who connects through VPN to our SharePoint can’t authenticate, because Java Single Sign On ignores the provided credentials:



But Java ignores this authenticator and continue trying to authenticate with the local logged in user. I don’t want to override the JRE like Jmend suggested in this post http://stackoverflow.com/questions/6184881/can-javas-single-sign-on-use-credentials-from-credential-manager-on-windo .
I tried using CFX for the authentication but I don’t like the extra 40MB, which have to be downloaded over JWS.
Furthermore we tried disabling NTLM and just allow Digest authentication, which results in a credential prompt for internal Users. We don’t want to use BASIC-authentication because of security risks.

Is it possible to provide credentials for the NTLM authentication?

Thanks in advance
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic