Whatever is defined in the configuration is the default.
This commit is contained in:
@@ -301,6 +301,9 @@ class Base(Entity):
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
if sign is None:
|
||||
sign = self.authn_requests_signed
|
||||
|
||||
if (sign and self.sec.cert_handler.generate_cert()) or \
|
||||
client_crt is not None:
|
||||
with self.lock:
|
||||
|
||||
Reference in New Issue
Block a user