ShinyProxy with Auth0 Authentication & Nginx config - infinite redirect loop

Hi all,

I had a similar issue using Auth0 and HTTPS. In my case it occurred when ‘shinyproxy_roles’ was defined in Auth0 and ShinyProxy, but the metadata for a user as seen below for example was missing. I know this might not apply to some of the responses in this thread, but nevertheless something to watch out for. :slight_smile:

{
  "shinyproxy_roles": [ "scientists", "mathematicians" ]
}

Best regards,

Michael