Book Image

Mastering Identity and Access Management with Microsoft Azure - Second Edition

By : Jochen Nickel
Book Image

Mastering Identity and Access Management with Microsoft Azure - Second Edition

By: Jochen Nickel

Overview of this book

Microsoft Azure and its Identity and access management are at the heart of Microsoft's software as service products, including Office 365, Dynamics CRM, and Enterprise Mobility Management. It is crucial to master Microsoft Azure in order to be able to work with the Microsoft Cloud effectively. You’ll begin by identifying the benefits of Microsoft Azure in the field of identity and access management. Working through the functionality of identity and access management as a service, you will get a full overview of the Microsoft strategy. Understanding identity synchronization will help you to provide a well-managed identity. Project scenarios and examples will enable you to understand, troubleshoot, and develop on essential authentication protocols and publishing scenarios. Finally, you will acquire a thorough understanding of Microsoft Information protection technologies.
Table of Contents (23 chapters)
Title Page
Copyright and Credits
About Packt
Contributors
Preface
Index

Deploying another multi-tenant app with OpenID Connect


In this section, we'll install a multi-tenant app that works with OpenID Connect as an authentication protocol. Working through this sample will help you to deploy the correct app registration inside your Azure AD, and you'll learn what exactly needs to be configured in the application to use your Azure AD as an authentication provider:

  1. Open the Azure portal: https://portal.azure.com.
  2. Navigate to the Azure AD blade.
  3. Click App registrations.
  4. Click +New application registration:

Create a new app registration

  1. Provide an application name and the sign-on URL, https://localhost:44302/:

Provide the app properties

  1. Copy the Application ID to Notepad.
  1. Click Settings:

Get the app configuration data

  1. Provide the App ID URI in the format https://181031inovitdemos.onmicrosoft.com/MTTodoWebApp:

Adding the App ID URI

  1. Provide the Logout URL. The Home page URL should already be filled in.
  2. Provide the URL in the format https://localhost:44302/Account/EndSession.
  1. Click...