Query about access user

Is there a way to configure access to the login portal without asking for a username and password?
I want to enter from another computer on the network, but without the need to enter access credentials.
I just started in this environment, I appreciate your time

Hi,

Have your tried setting "AuthenticationEnabled": false in the configuration file ?

HTH,

Alain

good morning Alain, thanks for answering me

My current configuration of the orthanc.json file is the following at the user level.
Is it correct or do I have to modify some value, so that it does not ask me for authentication when users try to connect from another computer in the LAN network.

“AuthenticationEnabled” : false,
**/

// The list of the registered users. Because Orthanc uses HTTP
// Basic Authentication, the passwords are stored as plain text.
“RegisteredUsers” : {
“sal” : “sal”
},

It seems your AuthenticationEnabled": false configuration is commented out → remove the /* and */ that are surrounding it.

You may also need to set "RemoteAccessAllowed": true if not already done.

HTH,

Alain.

Insecure setup

“Your Orthanc server is accepting remote connections, but is using the default username and password, or has user authentication explicitly turned off. Please carefully read your logs and review your configuration, especially options RemoteAccessAllowed, AuthenticationEnabled, and RegisteredUsers.”

Good morning, thanks for your answer, it helped me a lot. Since I made the change, this warning message appears.
Is there a way that it doesn’t show up?

No. However, if you use the Orthanc Explorer 2 interface, this message won’t show up.

1 Like

Thank you very much for the answer provided about the access and use of the access portal.
I have a question about dicom printing, do I have to open another post?

Hi Saul,

Always better to keep one topic/question per post… so yes :slight_smile: