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:

  1. 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.

  2. Activate the Windows Live ID Integration feature in SharePoint.

  3. Use the Channel Configuration feature to configure the required LiveApplication ID and LiveApplicationSecret parameters.

  4. 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:
Dd451946.alert_note(en-US,CS.90).gifNote:
You can use either http or https.
http:// <yourcomputername>.<yourdomiain>.com:<your_port>/_layouts/liveidhandler.aspx
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:
  • LiveApplicationId. Type the application ID you received when you registered with Windows Live ID in the above step.

  • LiveApplicationSecret. Type the secret key you provided when you registered your application with Windows Live ID.

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.

Dd451946.alert_note(en-US,CS.90).gifNote:
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.

Dd451946.alert_note(en-US,CS.90).gifNote:
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

Registration Web Part

My Profile Web Part

Profile Administration System Web Parts

Working With the Live ID Feature

Channel Configuration Feature