auth0 icon indicating copy to clipboard operation
auth0 copied to clipboard

Question regarding the query parameter issue on remote server

Open Emelieh21 opened this issue 1 year ago • 1 comments

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?

Emelieh21 avatar May 20 '23 06:05 Emelieh21

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

sarah-hanley avatar Jun 19 '23 17:06 sarah-hanley