Login page with username and password filled

Greetings,

Is it possible to, upon arrival to login page, automatically fill username and password fields, their values being read from either querystring or http headers, and click “login”?
I’m embedding shinyproxy inside another app, as an iframe and the “automatic login” would create a seamless experience.

Thanks,
Tiago

Hi Tiago,

have you considered using direct app link (http:///app_direct/<app_name>) for embedding with using authentication method none - no username and password?

Regards
Dusan

1 Like

Greetings! Sorry for the late reply.

The app_direct URI bypasses the login screen only if there is no authentication configured, but that’s a requirement for me (being authenticated). I was able to solve my problem previously my injecting basic authentication into the HTTP request made to shiny proxy. That plus the app_direct trick did the job.

Thank you for your help!

2 Likes