Native linux Azure sync Python APIs: Difference between revisions

From SambaWiki
(A simple note about a linux-only approach.)
 
No edit summary
 
Line 1: Line 1:
=Using native linux python tools to sync with Azure AD=
=Using native linux python tools to sync with Azure AD=


The Azure AD APIs are available from python using [[https://github.com/sfonteneau/AADInternals_python/]] and with further work this could be integrated with Samba's native password sync support.
The Azure AD APIs are available from python using [https://github.com/sfonteneau/AADInternals_python AADInternals_python]

==Existing projects list==

* [https://github.com/sfonteneau/AzureADConnect_Samba4 AzureADConnect_Samba4] User and Group management and password synchronization

Latest revision as of 09:32, 3 May 2023

Using native linux python tools to sync with Azure AD

The Azure AD APIs are available from python using AADInternals_python

Existing projects list