Other packages > Find by keyword >

AzureAuth  

Authentication Services for Azure Active Directory
View on CRAN: Click here


Download and install AzureAuth package within the R console
Install from CRAN:
install.packages("AzureAuth")

Install from Github:
library("remotes")
install_github("cran/AzureAuth")

Install by package version:
library("remotes")
install_version("AzureAuth", "1.3.3")



Attach the package and use:
library("AzureAuth")
Maintained by
Hong Ooi
[Scholar Profile | Author Map]
First Published: 2019-02-22
Latest Update: 2021-09-13
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.
How to cite:
Hong Ooi (2019). AzureAuth: Authentication Services for Azure Active Directory. R package version 1.3.3, https://cran.r-project.org/web/packages/AzureAuth. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.0.0 (2019-02-22 15:10), 1.0.1 (2019-03-22 22:36), 1.0.2 (2019-04-23 14:00), 1.1.0 (2019-05-10 07:50), 1.1.1 (2019-06-07 19:30), 1.2.0 (2019-08-21 17:00), 1.2.1 (2019-09-08 23:50), 1.2.2 (2019-09-13 06:50), 1.2.3 (2019-11-12 07:50), 1.2.4 (2020-05-23 07:10), 1.2.5 (2020-10-12 13:30), 1.3.0 (2021-01-11 21:30), 1.3.1 (2021-03-30 09:50), 1.3.2 (2021-05-19 19:50)
Other packages that cited AzureAuth R package
View AzureAuth citation profile
Other R packages that AzureAuth depends, imports, suggests or enhances
Complete documentation for AzureAuth
Functions, R codes and Examples using the AzureAuth R package
Some associated functions: AzureR_dir . AzureToken . authorization . cert_assertion . format . get_azure_token . guid . jwt . 
Some associated R codes: AzureAuth.R . AzureToken.R . cert_creds.R . classes.R . flow_init.R . format.R . initfuncs.R . jwt.R . managed_token.R . normalize.R . token.R . utils.R .  Full AzureAuth package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for AzureAuth1100120013001400150016001700180019002000TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA