Package: AzureAuth Title: Authentication Services for Azure Active Directory Version: 1.3.4 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Tyler", "Littlefield", role="ctb"), person("httr development team", role="ctb", comment="Original OAuth listener code"), person("Scott", "Holden", , role = "ctb", comment = "Advice on AAD authentication"), person("Chris", "Stone", , role = "ctb", comment = "Advice on AAD authentication"), person("Microsoft", role="cph") ) Description: Provides Azure Active Directory (AAD) authentication functionality for R users of Microsoft's 'Azure' cloud . Use this package to obtain 'OAuth' 2.0 tokens for services including Azure Resource Manager, Azure Storage and others. It supports both AAD v1.0 and v2.0, as well as multiple authentication methods, including device code and resource owner grant. Tokens are cached in a user-specific directory obtained using the 'rappdirs' package. The interface is based on the 'OAuth' framework in the 'httr' package, but customised and streamlined for Azure. Part of the 'AzureR' family of packages. URL: https://github.com/Azure/AzureAuth https://github.com/Azure/AzureR BugReports: https://github.com/Azure/AzureAuth/issues License: MIT + file LICENSE VignetteBuilder: knitr Depends: R (>= 3.3) Imports: utils, httr (>= 1.3), openssl, jsonlite, jose, R6, rappdirs Suggests: knitr, rmarkdown, testthat, httpuv, shiny, shinyjs, AzureRMR, AzureGraph Roxygen: list(markdown=TRUE, r6=FALSE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libssl-dev Repository: https://azure.r-universe.dev Date/Publication: 2025-12-20 12:18:35 UTC RemoteUrl: https://github.com/azure/azureauth RemoteRef: HEAD RemoteSha: 12121db9ac93b83406e424e81dc2300e55485352 NeedsCompilation: no Packaged: 2026-06-18 08:57:39 UTC; root Author: Hong Ooi [aut, cre], Tyler Littlefield [ctb], httr development team [ctb] (Original OAuth listener code), Scott Holden [ctb] (Advice on AAD authentication), Chris Stone [ctb] (Advice on AAD authentication), Microsoft [cph] Maintainer: Hong Ooi