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

Question regarding the query parameter issue on remote server #88

Open
Emelieh21 opened this issue May 20, 2023 · 1 comment
Open

Question regarding the query parameter issue on remote server #88

Emelieh21 opened this issue May 20, 2023 · 1 comment

Comments

@Emelieh21
Copy link

Hi!

First of all, thanks for the great package :) I was having the same issue as #62 (not being able to use query parameters in a remote running application). It looks like the query parameters are pasted when run locally, but not when running remote. I was wondering if it could be fixed by pasting the query parameters in this line?

https://github.com/curso-r/auth0/blob/master/R/shiny.R#L52

I was going to post the solution that worked for me, but saw now that it was actually really similar to the fork mentioned in the comments of issue #63.

When pasting the query parameters, I did have to adjust the Allowed Callback URLS in the online configuration, by adding the remote url again with a "/?" at the end. Otherwise I got redirect issues.

Were you still planning to add the query parameters to the remote redirect_uri? Or is this not a desirable solution?

@sarah-hanley
Copy link

sarah-hanley commented Jun 19, 2023

I would also love an update on this. We're fighting with the same issue. @Emelieh21 were you able to solve this?

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

2 participants