Hi,
We are using Passport authentication - RPS to setup a local site on Development environment. But we are facing issues after the credentials are entered in Liveid Login Page. The same setup has been done in production environment and it works fine.
The site is registered in msm.live.com and the appid/appsecretkey details are fetched from the registered site and placed in the web.config => <appsettings> section in 14 hive folder "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebServices\SecurityToken"
<add key="WLA_ApplicationAlgorithm" value="wsignin1.0" />
<add key="WLA_ApplicationId" value="" />
<add key="WLA_ApplicationKey" value="" />
<add key="WLA_ProfileList" value="LiveID" />
<add key="WLA_ProfileSiteUrl" value="" />
<add key="SecutiryTokenPassword" value="" />
The applicationid and applicationkey values can be fetched from msm but we are not sure on the details about SecurityTokenPassword. Could you please let us know what is the significance of this key in appsettings.
Also as part of Site registration we have to upload a certificate to msm.live.com. Would like to understand about how this certificate will help in the authentication process as we are not provided with any certificate for the setup.
Thanks & Regards,
Nethra
Recent Comments