Custom Authentication Input on "Web Page"

Hi there,
When logging into Orthanc, we log in via the browser prompt, but I was wondering if there is a way to create a login “web page” screen with PHP, Javascript etc?

It’s a bit more user-friendly since our 1Password doesn’t seem to be able to fill passwords in a browser prompt but can easily do it with a log in on a “web page”

Thanks,
Kyle

Prompt Log In.png

Web Page Log In.png

Hi Kyle,

I have been annoyed by that too. I’ll definitely try to integrate such a login screen in Orthanc Explorer 2 but I can not tell you when this will happen.
Also note that, right now, we are working on an integration with Keycloak → the login screen is implemented in Keycloack and the password managers are handling it correctly.

A login page implemented by a php server might work provided it is on the same domain as Orthanc.

Best regards,

Alain.