Oli Passey 1bf3df60ad export
2025-01-17 16:19:29 +00:00
2024-12-19 16:59:12 +00:00
2024-12-19 16:37:01 +00:00
2024-12-19 18:02:20 +00:00
2025-01-17 16:19:29 +00:00
2025-01-17 16:19:29 +00:00
2025-01-17 16:19:29 +00:00
2025-01-17 16:19:29 +00:00
2025-01-17 16:19:29 +00:00
2025-01-17 16:19:29 +00:00
2024-12-19 17:51:12 +00:00
2024-12-19 18:02:20 +00:00
2025-01-17 16:19:29 +00:00
2025-01-17 16:19:29 +00:00

AzAppRegistrationExpiry

A simple python app to warn of upcoming App Registration Secret / Password Expiry on Azure Entra ID.

Installation

Requires Python 3.12
Install requirements from requirements.txt

pip install -r requirements.txt

Usage

Amend the credentials in .env to match your environment.
You will need to create an App Registration with API Permissions:

  • Application.ReadWrite.All
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
  • User.Read
  • User.Read.All

Create an Excel Sheet within Business OneDrive and add the ID to the .env file (sourcedoc=xxx in the URL)
Add SMTP Sending details to .env (AWS Simple E-Mail Service was used in development)

python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Description
No description provided
Readme 72 KiB
Languages
Python 100%