Is it possible to authenticate with Active Directory credentials?
I've been trying to work out how to do this but haven't had any luck yet.
This PR seems to add support for it, but it's not documented how to use it anywhere: #153
I tried copying the code from the test, which uses ADAL, but the gem doesn't seem to install properly because the ADAL gem seems to be dead and bugged: AzureAD/azure-activedirectory-library-for-ruby#44
Is there any other way to authenticate using AD credentials?