Does anyone have experience with Microsoft's Azure Active Directory authentication in Rust? I've built a service at work that has LDAP authentication support, but we now need to deploy said application at a client that doesn't use LDAP. They've advised us to look at Active Directory Federated Services and Azure Active Directory.
I've been researching, and it seems like Microsoft mainly provides an Active Directory Authentication Library (ADAL) for popular languages/frameworks, with no barebones documentation that I can find.
Does anyone know a resource/online documentation that I could follow? I'm looking for some generic REST API that I could implement with request
or hyper
.