Metadata-Version: 2.1
Name: evonik-flask-aad
Version: 0.0.1
Summary: Azure Active Directory Helper for Flask or connexion applications
Home-page: https://www.evonik.com
Author: Sven Igl
Author-email: sven-alexander.igl@evonik.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-jose
Requires-Dist: six
Requires-Dist: flask

# Flask AAD

This is a simple Token Verification Handler for JWT´s issued by Azure AD usage in APIs build on top of Flask and/or connexion.

It has the following features:

- Verifiying Tokens issued from AAD
- Easily extract custom App Roles defined in Azure AD Service Principles.

Works perfectly with Oauth2 Auhtentication in OpenAPI, OpenAPI-generator and connexion.


