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 21 Nov. 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

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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