This topic has not yet been rated - Rate this topic

Sample BDC Model: Using Secure Store Service to Connect to the External System

SharePoint 2010

Published: May 2010

The following example shows how to connect to an external system using the credentials stored in the default Secure Store Service and use the default Secure Store Provider provided by Microsoft SharePoint Server 2010.

    <LobSystem Type="Wcf" Name="WCFLobSystem-SecureStore">
      <Properties>
        <Property Name="WcfMexDiscoMode" Type="System.String">Disco</Property>
        <Property Name="WcfMexDocumentUrl" Type="System.String">http://server:port#/Service.svc?wsdl</Property>
        <Property Name="WcfProxyNamespace" Type="System.String">BCSWebServiceProxy</Property>
        <Property Name="WildcardCharacter" Type="System.String">*</Property>
        <Property Name="WsdlFetchAuthenticationMode" Type="System.String">PassThrough</Property>
      </Properties>
      <LobSystemInstances>
        <LobSystemInstance Name="WCFLobSystemInstance-SecureStore ">
          <Properties>
            <Property Name="SsoApplicationId" Type="System.String">SSO</Property>
            <Property Name="SsoProviderImplementation" Type="System.String">Microsoft.Office.SecureStoreService.Server.SecureStoreProvider, 
             Microsoft.Office.SecureStoreService, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Property>
            <Property Name="WcfAuthenticationMode" Type="System.String">Credentials</Property>
            <Property Name="WcfEndpointAddress" Type="System.String">http://server:port#/Service.svc</Property>
          </Properties>
        </LobSystemInstance>
      </LobSystemInstances>
      <Entities>
        <Entity>
          ……
        </Entity>
      </Entities>
    </LobSystem>

Date

Description

Reason

May 2010

Initial publication

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.