Book Image

Learning Microsoft Azure

By : Geoff Webber Cross, Geoff Webber-Cross
Book Image

Learning Microsoft Azure

By: Geoff Webber Cross, Geoff Webber-Cross

Overview of this book

Table of Contents (19 chapters)
Learning Microsoft Azure
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Adding Azure AD single sign-on to a website


Our sales administrator website requires Azure AD authentication so that users for the whole company can be centrally managed. In this section, we're going to create an Azure AD for the company, then add a user and configure a new administrator website to implement Azure AD single sign-on

Configuring AD

First, we need to create an AD and an initial user account to sign in with. To do this, perform the following steps:

  1. From the NEW services menu, go to ACTIVE DIRECTORY | DIRECTORY | CUSTOM CREATE:

  2. Fill out the NAME of the directory, its DOMAIN NAME, and the COUNTRY OR REGION.

  3. Now, from the AD USERS workspace, click on ADD USER from the bottom toolbar to add a user:

  4. Fill in the USER NAME field. I've left TYPE OF USER as New user in your organization, although you can add an existing Microsoft account or Windows Azure AD.

  5. Next, fill in the user details, select Global Administrator for the ROLE field, and click on the next arrow.

  6. Click on create on the next...