LockTar / AzureAdApplicationRotator

Rotate your Azure AD Application (App Registration) keys periodically to an Azure KeyVault.
MIT License
6 stars 6 forks source link

Migrate from AAD Graph to MS Graph #3

Open brgsstm opened 7 months ago

brgsstm commented 7 months ago

Hey, this extension still uses the now deprecated Azure AD Graph (graph.windows.net). It would be great if you could update it to support the MS Graph!

https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview

LockTar commented 7 months ago

You mean for creating and removing the app registration secret?

The problem is that this application is very old. I don't know who is still using it. Basically everything is very outdated. So there is a lot of effort needed.

Maybe you can create a branch and we will work together?

brgsstm commented 7 months ago

Yep no problem, if I can get some time soon i'll take a look 👍