Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

SharePoint Web Service SSL and Smart Card

  Asked By: Aurelio Head         Date: Sep 09, 2007      Category: Sharepoint      Views: 360
 

I have a functioning web service within a development SharePoint
server, however it will eventually be deployed to a server with SSL
and Smart Card. I've seen some blogs on how to accept all
certificates (bypassing the dialog), but is there a way to call a web
service behind a site that requires a smart card?

Tagged:              

 

2 Answers Found

 
Answer #1       Answered By: Jacob Green          Answered On: Sep 09, 2007       

When accessing a web  service that requires  authentication, the client
program needs to set the Credentials property on the proxy class (the
one generated when setting a web reference). I am not familiar with
Smart Card authentication mechanisms, but perhaps the library you are
using provides a class that implements ICredentials...

 
Answer #2       Answered By: Spencer Bradley          Answered On: Sep 09, 2007       

We are running SPPS 2003 and IIS maps the client certificate to Active
directory. Sharepoint accepts authentication provided by IIS.

 
Didn't find what you were looking for? Find more on SharePoint Web Service SSL and Smart Card Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].