Getting tokens back in R failing suddenly?

Hi there

Have a piece of code:

  jsonData <- RCurl::getURL(tentant_utl,
                      httpheader = c(Accept = "application/json",
                      Authorization = paste0("Bearer ",as.character(input$accTok)),  verbose = TRUE))

To get info back from the client token. This was working for a long time without issue but is suddenly broken since a few days. Is there anything auth0 side that could have caused this?

Hey there!

Can you report if the issue is still there for you or if it was a temporary hurdle? Thank you!

Hi I’ve had no luck, I suspect the issue has something to do with the RCurl library though.

Got it. I’m gonna add a few tags to your question for better searchability so maybe someone from community will be able to help!

Thank you very much. :slight_smile: