Hi,
I am running a linux virtual machine server for my shiny apps. I had one folder with all apps and it was possible to access those just by changing the path : https://hostname.com/app1 , https://hostname.com/app1/app3 . Due to confidentially of the data in the apps I had to include an authentication and I have used the packages AzureAuth, AzureGraph and Microsoft365R.
The authentication was successfully implemented but now it is not possible to navigate from app to app just by changing the url like I have referred before. I understand that the url now, after the authentication is no longer the same... but I don't see how I can redirect from one central app to the others now...
Sorry for not providing a reprex but I wouldn't even what to share. Any help is truly appreciated.
Thanks,
Sandra