requirements file and more docu

This commit is contained in:
Wolfgang Hottgenroth 2021-12-17 14:18:24 +01:00
parent 30377b15c1
commit c79a93d311
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# Playing around with Token from the Azure Identity Provider
## Introduction
* Use Python 3.10
* Start with ``sudo python3.10 -m pip install -r requirements.txt``
## Get and Validate an Access Token
``get_and_validate.py``

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
requests>=2,<3
msal>0.6.1,<2
python-jose[cryptography]>=3.3.0