NAME
Azure::AD::Auth - Libraries for authenticating through Azure AD
DESCRIPTION
This set of modules helps you authenticate 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::ClientCredentialsV2
SEE ALSO
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc
AUTHOR
Jose Luis Martinez
pplusdomain@gmail.com
THANKS
iamlgh for Client Credentials V2 module
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) 2020 by Jose Luis Martinez
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.