curso-r / auth0

Authentication in shinyapps using Auth0 service
https://curso-r.github.io/auth0/
Other
154 stars 21 forks source link

Single callback for muliple Shiny apps #63

Closed Kvit closed 3 years ago

Kvit commented 4 years ago

I have a number of Shiny apps running on Shiny Server behind Nginx, each in its own folder. Is there any way I can provide a single callback URL for all apps and let Nginx (or some other method) route callback to the appropriate Shiny app? Thanks!

clente commented 3 years ago

As far as we know, there is no way to route the callback. If there is, it's probably only configurable on Auth0 proper.