Implementing Authentication and Access Control In Azure

Learning Objective: Learn about Microsoft identity platform, which is an evolution of the Azure Active Directory (Azure AD) identity service and developer platform. It allows developers to build applications that sign in all Microsoft identities, get tokens to call Microsoft Graph, other Microsoft APIs, or APIs that developers have built. Also, learn about Claims-based and Role-based access control.
Topics:
  • Microsoft identity platform
  • OAuth2 authentication
  • Managed Identities
  • Azure Key Vault
  • Claims-based authorization
  • Role-based access control (RBAC) authorization
Hands-On:
  • Implementing OAuth2 authentication in the solutions
  • Using Azure Key Vault to store and retrieve authentication information
  • Implementing multi-factor authentication
  • Implementing Claims-based authorization
  • Manage access to resources using RBAC through the REST API