Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Issue authenticating with tutorial #106

Open
iainmwallace opened this issue Nov 7, 2017 · 5 comments
Open

Issue authenticating with tutorial #106

iainmwallace opened this issue Nov 7, 2017 · 5 comments

Comments

@iainmwallace
Copy link

Hi,

I had some difficulty following the tutorial to authenticate (here)

It wasn't clear what the different ids should look like. In particular, the tenant ID wasn't obvious as on my azure portal there is no "Endpoints" option. It also wasn't clear if the ids should be wrapped in "{}" or not.

Regardless of which approach I took of defining the ids, I had this error:

   azureAuthenticate(azEnv)
   Error: $ operator is invalid for atomic vectors 

I release that authentication is a very hard process to debug!

Any pointers/tips would be great,

Thanks,

Iain

@ghost
Copy link

ghost commented May 24, 2018

This happens to me also, when I try to login using the DeviceCode authentication type.

@AdamFrieberg
Copy link

I ran into this issue earlier as well. The ClientID is still the ApplicationID listed in the tutorial mentioned above.

@iainmwallace the Ids do not need to be wrapped in "{}"
The TenantId was the tricky one to find. There are good instructions on the Azure Resource Manager documentation. Look for the Directory ID of the Active Directory

@MarkPados
Copy link

Hi!
I have the same "Error: $ operator is invalid for atomic vectors " problem when I try authenticate.
@iainmwallace or others : did you able to solve this somehow? Please let me know.

@jfrank-summit
Copy link

anyone solve this? same problem here..

@filipwastberg
Copy link

filipwastberg commented Feb 21, 2019

This is happening because of the brackets in the documentation?

That is: createAzureContext(tenantID = "{TID}", clientID = "{CID}", authKey= "{KEY}")

Which causes confusion since you normally don't need brackets in authentications from R.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants