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 06 May. 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
04/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for AzureAuth1100120013001400150016001700180019002000TrendBars

Today's Hot Picks in Authors and Packages

HuraultMisc  
Guillem Hurault Functions' Library
Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling ...
Download / Learn more Package Citations See dependency  
tbrf  
Time-Based Rolling Functions
Provides rolling statistical functions based on date and time windows instead of n-lagged observatio ...
Download / Learn more Package Citations See dependency  
tashu  
Analysis and Prediction of Bicycle Rental Amount
Provides functions for analyzing citizens' bicycle usage pattern and predicting rental amount on spe ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
netUtils  
A Collection of Tools for Network Analysis
Provides a collection of network analytic (convenience) functions which are missing in other standar ...
Download / Learn more Package Citations See dependency  
simfam  
Simulate and Model Family Pedigrees with Structured Founders
The focus is on simulating and modeling families with founders drawn from a structured population (f ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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