AzureAuth icon indicating copy to clipboard operation
AzureAuth copied to clipboard

R package for OAuth 2.0 authentication with Azure Active Directory

Results 26 AzureAuth issues
Sort by recently updated
recently updated
newest added

I am building a Shiny app for my organization and plan to use AzureAuth to authenticate users. This is my first time using AzureAuth, and I have found little help...

Eg if people use httr/httr2's builtin OAuth functions to obtain creds.

enhancement

Hi, i am having issue to accessing Microsoft Library. It was working fine but suddenly it stop working and throws an error. r code: library(Microsoft365R) # list_sharepoint_sites() site

Hi team, I tried code vignettes/shiny.Rmd, but the Azure auth web page continuously open in the browser without stopping, how to resolve it? Thanks, Ling

Hello, Using a system or user assigned identity in combination with `get_managed_token` gives a 404 error. Could not get the function working from within an app service running a Shiny...

Curious about the current status of this package, have a requirement to authenticate to Azure AD using Auth Code + PKCE flow which is not supported as-is. Basically looking to...

enhancement

Hello, I have weird problem with my token authentication in One Drive. I created R script which connects with list of xlsx in one shared folder in One Drive. This...

I have been able to run my shiny app without issue. The redirect URI I am using is where I hope to deploy the app to connect. When I open...

I have a raw OAuth 2.0 refresh token string (let's say from a previous session or obtained by other means) and would like to get a Azure Token object (including...

The logs in RConnect/production servers get cluttered with the "Loading cached token" message when the use_cache argument is set to TRUE. Having the option to disable this message would be...

enhancement