Skip to content
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

Rstudio Server Authentication Callback URL #52

Open
systemnova opened this issue May 30, 2021 · 0 comments
Open

Rstudio Server Authentication Callback URL #52

systemnova opened this issue May 30, 2021 · 0 comments

Comments

@systemnova
Copy link

systemnova commented May 30, 2021

When Rstudio calls:
token <- fitbitr::oauth_token()
with the callback URL being the server URL, it's opening in a new window (which closes the old session because Rstudio server detects the new window).
This new window doesnt capture the callback and so the oauth token is lost.
Any suggestions on how to best resolve?
If i change the callback URL to include https://HOST.com.au/__login__/callback
or https://HOST.com.au/callback
then RStudio Server returns "The requested page was not found"

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

No branches or pull requests

1 participant