comparison Resources/Configuration.json @ 3494:e0e9df6e5c92

AuthenticationEnabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Aug 2019 10:59:10 +0200
parents 3ff4f07806eb
children cc3e408165eb
comparison
equal deleted inserted replaced
3493:c465c6ee2bfb 3494:e0e9df6e5c92
148 // Path to the SSL certificate in the PEM format (meaningful only if 148 // Path to the SSL certificate in the PEM format (meaningful only if
149 // SSL is enabled) 149 // SSL is enabled)
150 "SslCertificate" : "certificate.pem", 150 "SslCertificate" : "certificate.pem",
151 151
152 // Whether or not the password protection is enabled 152 // Whether or not the password protection is enabled
153 "AuthenticationEnabled" : false, 153 "AuthenticationEnabled" : true,
154 154
155 // The list of the registered users. Because Orthanc uses HTTP 155 // The list of the registered users. Because Orthanc uses HTTP
156 // Basic Authentication, the passwords are stored as plain text. 156 // Basic Authentication, the passwords are stored as plain text.
157 "RegisteredUsers" : { 157 "RegisteredUsers" : {
158 // "alice" : "alicePassword" 158 // "alice" : "alicePassword"