Live ID Feature
The Live ID feature lets shoppers associate their Windows Live IDs with their Commerce Server 2009 user logins. This feature modifies the SharePoint Login Page by adding a "Sign In" link. This feature also modifies the Registration Wizard and the My Profile Web Parts by adding a "Associate with my Live ID account" checkbox.
Note
See https://go.microsoft.com/fwlink/?LinkId=136800 for Live ID documentation.
Note
See https://go.microsoft.com/fwlink/?LinkId=136780 for more information about implementing Web Authentication.
Architecture
To configure and activate the Live ID feature, you must:
Register your application with Windows Live ID. You will get an application ID and a secret key from this process that you will need in step 4.
Activate the Windows Live ID Integration feature in SharePoint.
Use the Channel Configuration feature to configure the required LiveApplication ID and LiveApplicationSecret parameters.
The Channel Configuration feature must be configured to work with the Live ID feature.
Register and Enable Windows Live ID
Before you can work with the Live ID feature, you must enable it. Use the following procedure to enable the Live ID feature.
To enable Windows Live ID |
Use thisTo do this
Application nameType the name of your application.
Return URL
Type the return URL by using the following format:
Note:
You can use either http or https.
Domain nameType your fully-qualified computer name by using the following format:<yourcomputername>.<yourdomain>.com
Secret keyType your secret key.
Application verifier requiredType 0.
Go to channelConfigure and set the value for the following entries:
|
Properties
The following table shows the properties that you must configure in Channel Configuration feature to enable the Live ID feature.
Property |
Type |
Description |
Default |
---|---|---|---|
LiveApplicationID |
String |
The application ID used for Windows Live ID Web Authentication.
Note:
The system administrator must provide a valid application ID for this feature to function.
|
Empty |
LiveApplicationSecret |
String |
The secret key used for Windows Live ID Web Authentication.
Note:
The system administrator must provide a valid secret key for this feature to function.
|
Empty |
Customization
Not applicable.
Error Handling
Not applicable.
API Dependencies
Not applicable.
See Also
Other Resources
Profile Administration System Web Parts