You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: