Book Image

Mastering Identity and Access Management with Microsoft Azure

By : Jochen Nickel
Book Image

Mastering Identity and Access Management with Microsoft Azure

By: Jochen Nickel

Overview of this book

Microsoft Azure and its Identity and Access Management is at the heart of Microsoft’s Software as a Service, including Office 365, Dynamics CRM, and Enterprise Mobility Management. It is an essential tool to master in order to effectively work with the Microsoft Cloud. Through practical, project based learning this book will impart that mastery. Beginning with the basics of features and licenses, this book quickly moves on to the user and group lifecycle required to design roles and administrative units for role-based access control (RBAC). Learn to design Azure AD to be an identity provider and provide flexible and secure access to SaaS applications. Get to grips with how to configure and manage users, groups, roles, and administrative units to provide a user- and group-based application and self-service access including the audit functionality. Next find out how to take advantage of managing common identities with the Microsoft Identity Manager 2016 and build cloud identities with the Azure AD Connect utility. Construct blueprints with different authentication scenarios including multi-factor authentication. Discover how to configure and manage the identity synchronization and federation environment along with multi -factor authentication, conditional access, and information protection scenarios to apply the required security functionality. Finally, get recommendations for planning and implementing a future-oriented and sustainable identity and access management strategy.
Table of Contents (22 chapters)
Mastering Identity and Access Management with Microsoft Azure
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
16
Choosing the Right Technology, Methods, and Future Trends

Extending the basic lab environment


Until now we have worked with our basic installed lab environment. However, to configure Windows Server 2016 features, we need to extend the current structure with two additional virtual machines:

ADS01

Domain Controller

2012 R2 Data Center

identitypluslabvnet-subnet2(10.0.2.0/24)

APP01

Application Server

2012 R2 Data Center

identitypluslabvnet-subnet2(10.0.2.0/24)

IDB01

Identity Bridge

ADFS and AAD Connect

2012 R2 Data Center

identitypluslabvnet-subnet2(10.0.2.0/24)

IDB03

New

Identity Bridge

ADFS 4.0

2016 TP5

identitypluslabvnet-subnet2(10.0.2.0/24)

URA01

Unified Remote Access

Web Application Proxy

2012 R2 Data Center

identitypluslabvnet-subnet2(10.0.1.0/24)

URA03

New

Unified Remote Access

Web Application Proxy

2016 TP5

identitypluslabvnet-subnet2(10.0.1.0/24)

To find out how to add additional virtual machines, follow the Add additional virtual machines section in Chapter 9, Building Cloud from Common Identities. After...