Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 3.2 KB

active-directory-b2c-setup-msa-app.md

File metadata and controls

56 lines (39 loc) · 3.2 KB

Azure Active Directory B2C preview: Provide sign-up and sign-in to consumers with Microsoft accounts

[AZURE.INCLUDE active-directory-b2c-preview-note]

Create a Microsoft account application

To use Microsoft account as an identity provider in Azure Active Directory (Azure AD) B2C, you need to create a Microsoft account application and supply it with the right parameters. You need a Microsoft account to do this. If you don’t have one, you can get it at https://www.live.com/.

  1. Go to the Microsoft account Developer Center and sign in with your Microsoft account credentials.

  2. Click Create application.

    Microsoft account - Add a new app

  3. Provide an Application name and click I accept. This requires you to accept Microsoft services terms of use.

    Microsoft account - App name

  4. Click API Settings on the left navigation. Enter a valid Contact Email.

    Microsoft account - API Settings

  5. Enter https://login.microsoftonline.com/te/{tenant}/oauth2/authresp in the Redirect URLs field. Replace {tenant} with your tenant's name (for example, contosob2c.onmicrosoft.com). Click Save at the bottom of the page.

    Microsoft account - Redirect URL

  6. Click App Settings on the left navigation. Copy the values of Client ID and Client secret. You will need both of them to configure Microsoft account as an identity provider in your tenant. Client secret is an important security credential.

    Microsoft account - Client secret

Configure Microsoft account as an identity provider in your tenant

  1. Follow these steps to navigate to the B2C features blade on the Azure portal.
  2. On the B2C features blade, click Identity providers.
  3. Click +Add at the top of the blade.
  4. Provide a friendly Name for the identity provider configuration. For example, enter "MSA".
  5. Click Identity provider type, select Microsoft account, and click OK.
  6. Click Set up this identity provider and enter the client ID and client secret of the Microsoft account application that you created earlier.
  7. Click OK and then click Create to save your Microsoft account configuration.