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
Description: # 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.
        
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
