I am implementing a simple web interface for rapidly viewing regions of interest in cram/bam files using the igv web app. I am currently linking to
https://igv.org/app directly, using the query string to indicate the URL of the cram file of interest, which is stored in the google cloud and is access controlled. I prefer to use the web app, rather than embedding igv.js, because that way I get the full functionality of the menus, etc.
This is working fine, except for one annoying feature. When I click on a link, I get a popup asking me to "sign in to google / choose an account". This is not too annoying the first time, and critical if I need to authenticate, but I need to do it every single time I click on a link. Note that I am usually not authenticating. My browser (chrome) already knows I am authenticated, it is just asking me to choose which google account to use. For many google apps, I don't need to do this. They simply default to the current google account / profile of the chrome window.
Is there some simple trick I can use to have igv use the google identity currently associated with my window? Or some other way to use the full igv web app functionality without this annoying popup?
Thanks,
Bob Handsaker