-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable connect from systems without web browser #3
Comments
Just discovered that the So using |
This seems to work when running the code as a script, but not when knitting RMarkdon file that depends on it and comes up with the following output:
@hongooi73 , any suggestions or should I open a new issue for this? |
If you run the script multiple times, do you have to login each time? |
I double-checked that and there a couple of things: |
Clear your token cache as described in #5 (comment), and try it again. |
When using this package on a Linux server that does not have a desktop environment, (ie. RStudio Server), the authentication via browser fails, as it opens a url to "localhost'.
The AzureRMR::create_azure_login() function has a parameter of
auth_type='device_code'
, which is useful in this situation.Can that be incorporated (some other solution)?
The text was updated successfully, but these errors were encountered: