Skip to content

Rstudio Server Authentication Callback URL #52

@systemnova

Description

@systemnova

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions