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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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