Python: Flask-OIDC protecting Client App and Resource Server using Windows 2019 ADFS
Flask OIDC is an extension to the popular Flask web framework that enables OAuth2/OIDC for your application. The base project does not support ADFS, but I have create a personal fork of this module that supports Windows 2019 ADFS as the OAuth2 Authentication Server. In this article, we will exercise the OAuth2 Authorization Code flow. … Python: Flask-OIDC protecting Client App and Resource Server using Windows 2019 ADFS