Microsoft Entra ID for Python Developers (2023)
1h 14mIntermediate2023-04-06
Authors

Sahil Malik
Trainer, Microsoft and iOS Consultant, and Founder of Winsmarts.com
Course details
Azure Active Directory (AAD)—a cloud-based enterprise identity service—allows you to manage users, apps, devices, and integrate with third party apps, services, and clouds. In this course, Sahil Malik gives Python developers an overview of Azure Active Directory. He shows you how to leverage AAD to author a web application that uses MSAL Python and signs in using AAD; create a desktop application that uses MSAL Python; create a daemon application using MSAL Python that works as a headless app with AAD; and more.
Skills covered
Microsoft Entra ID (Azure Active Directory)Cloud DevelopmentCloud AdministrationPythonAzureSoftware Development ToolsPersonaNetwork AdministrationCloud PlatformsNetwork and System AdministrationCloud ComputingOpen SourceMicrosoftSoftware Development
Concepts
0. Introduction
- 01 - Become an Azure AD MVP with Python
- 02 - What you should know
1. Getting Started with AAD for Python Developers
- 03 - An introduction to MSAL Python
- 04 - Web application
- 05 - Public client app
- 06 - Daemon
- 07 - Device code flow
2. Python 3x Web Application Using MSAL Python to Sign Into AAD
- 08 - Register an app for the web app
- 09 - Author a web application
- 10 - Run and demonstrate a login
- 11 - Understand the application at the protocol level
3. Python 3x Desktop App Sign-In Using AAD
- 12 - Register an app as a public client
- 13 - Author an application that acts as a public client
- 14 - Public clients using brokers
4. Daemon Written in Python 3x Calling an AAD Protected API
- 15 - Register an app for daemon
- 16 - Author a daemon app
- 17 - Demonstrate a daemon calling MS Graph
5. Python 3x App with Limited UX Using Device Code Flow
- 18 - Register an app for device code flow
- 19 - Author an app that uses device code flow
- 20 - Demonstrate logging in via device code flow
Conclusion
- 21 - Next steps