Access MONAI Label server from 3D Slicer with authentication

Hi,

I am trying to access the MONAI Label app which is running on an external sever in OpenShift, while 3D Slicer is running locally. To my understanding, once the MONAI Label extension is installed, I should specify the IP and port where the app is on. This is actually the Jupyter Environment inside OpenShift AI, so I must address the URL of the notebook, ask access is being redirected by proxy and the hosts file (locally).

But once I try to connect to the server I get accros an authentication issue, the URL redirects to OpenShift’s Oauth page, so I need to authenticate before accessing the notebook.

Is there any way I could do that from Slicer or the MONAI extension? I have tried with the “https://user:password@domain” method, but it is not working either.

I would appreciate any help.

Thanks in advance!