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
Description
Languages
Python
100%