Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

ARCHIVED: REST API to manage member of Azure AD Groups

License

Notifications You must be signed in to change notification settings

dfds/manage-aadgroup-members

Repository files navigation

⚠️ Repository not maintained ⚠️

Please note that this repository is currently archived, and is no longer being maintained.

  • It may contain code, or reference dependencies, with known vulnerabilities
  • It may contain out-dated advice, how-to's or other forms of documentation

The contents might still serve as a source of inspiration, but please review any contents before reusing elsewhere.

manage-aadgroup-members

This is normally done from a pipeline, but during development it is easier to run it locally.

Development practices

Create a local file called .env with the following content:

AZURE_SUBSCRIPTION_ID=<REDACTED>
AZURE_TENANT_ID=<REDACTED>
AZURE_CLIENT_ID=<REDACTED>
AZURE_CLIENT_SECRET=<REDACTED>
AZURE_GROUP_OBJECT_ID=<REDACTED>

Where is replaced with actual values. The .env file is already specified in .gitignore.

Build

make

Run

make run

Run with Docker Compose

make start

About

ARCHIVED: REST API to manage member of Azure AD Groups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published