requirements file and more docu
This commit is contained in:
parent
30377b15c1
commit
c79a93d311
@ -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
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
requests>=2,<3
|
||||
msal>0.6.1,<2
|
||||
python-jose[cryptography]>=3.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user