Skip to content

A simple project to mess around with the hodge podge of Entra ID SDKs for Python

Notifications You must be signed in to change notification settings

mdrakiburrahman/python-entra-showdown

Repository files navigation

Python Entra ID showdown

A simple project to mess around with the hodge podge of Entra ID SDKs for Python

Create a .env file that looks like this:

SPN_CLIENT_ID=e...7
SPN_CLIENT_SECRET=X...d
UAMI_CLIENT_ID=a...f
TENANT_ID=7...7
...=...

Run:

$GIT_ROOT = git rev-parse --show-toplevel
cd "$GIT_ROOT"

# Turn on virtual environment
#
python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt

# Run Demo
#
python demo.py
python decrypt-token-store.py

# Turn off virtual environment
#
deactivate

About

A simple project to mess around with the hodge podge of Entra ID SDKs for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages