Skip to content

Configuring Microsoft Windows Live

Microsoft Windows Live can be used as a federated authenticator in the Identity Server. Do the following to configure the Identity Server to authenticate users using their Microsoft Live user accounts.

Before you begin

  1. Register an application on Windows Live.
  2. Sign in to the WSO2 Identity Server Management Console at https://<Server Host>:9443/carbon using your username and password .
  1. To navigate to the federated authenticators configuration section, do the following.

    1. Sign in. Enter your username and password to log on to the Management Console.

    2. Navigate to the Main menu to access the Identity menu. Click Add under Identity Providers.
      For more information, see Adding and Configuring an Identity Provider.

    3. Fill in the details in the Basic Information section.

  2. Expand the Federated Authenticators link.

  3. Expand the Microsoft (Hotmail, MSN, Live) Configuration form.
    microsoft-configuration

  4. Fill in the following fields where relevant.
    Prior to configuring, you need to have an application created in Windows live. See Configuring your app to create an application in Windows Live.

    Field Description Sample value
    Enable Selecting this option enables Microsoft to be used as an authenticator for users provisioned to the Identity Server. Selected
    Default Selecting the Default check box signifies that Microsoft is the main/default form of authentication. This removes the selection made for any other Default checkboxes for other authenticators. Selected
    Client Secret This is the password from the Microsoft Live application. Click the Show button to view the value you enter. 12ffb4dfb2fed67a00846b42126991f8
    Callback URL This is the URL to which the browser should be redirected after the authentication is successful. It should have this format: https://(host-name):(port)/acs https://localhost:9443/commonauth
    Client Id This is the username from the Microsoft Live application. 1421263438188909

Related Topics

  • Identity Federation is part of the process of configuring an identity provider. For more information on how to configure an identity provider, see Configuring an Identity Provider.
Top