The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Azure::AD::Auth - Libraries for authenticating through Azure AD

DESCRIPTION

This set of modules helps you authenticated with Azure Active Directory. Note that "Azure Active Directory" is not "Active Directory". Azure Active Directory is an online authentication service that speaks OAuth2, SAML and other protocols (and doesn't speak LDAP, like traditional Active Directory"

This distribution is split into specialized modules for each type of authentication flow:

AUTHENTICATION FLOWS

Azure::AD::ClientCredentials

Azure::AD::DeviceLogin

SEE ALSO

https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc

AUTHOR

    Jose Luis Martinez
    CAPSiDE
    jlmartinez@capside.com

BUGS and SOURCE

The source code is located here: https://github.com/pplu/azure-ad-auth

Please report bugs to: https://github.com/pplu/azure-ad-auth/issues

COPYRIGHT and LICENSE

Copyright (c) 2018 by CAPSiDE This code is distributed under the Apache 2 License. The full text of the license can be found in the LICENSE file included with this module.