I have setup Auth0 for my shinyapp using the auth0 package. When I request the url I am successfully redirected to Auth0 to login. When I successfully login, Auth0 returns me to the app url but this starts the process again - I am directed to auth0 - rather than starting the shiny app. Anyone had this problem or has advice?
The allowed callback url is configured correctly in format https:/host.mydomain.com/folder
I haven’t set a redirect_uri, but see that parameter is correct in the url the shinyapp creates to be directed to Auth0. I did set remote_uri as the same as above in the auth0.yml file.
The allowed callback url is the same as the one that starts the auth0 process.