OAuth 2.0 - Tutorial 3 - Expose and Access a Web API - Resource Server
Previous tutorials
In the previous tutorials:
- OAuth 2.0 - Tutorial 1 - Localhost Python WebApp Auth Code Flow with Entra ID
- OAuth 2.0 - Tutorial 2 - Azure Server Side Python WebApp Auth Code Flow - Entra ID
We learned:
- How to create a “server-side” Python Web App
- How to deploy this app to Azure
- How to register the app with Entra ID
- How to use the Authorization Code Flow to access the Microsoft Graph API.
Overview
In this tutorial:
