We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a64455 commit b6c0717Copy full SHA for b6c0717
lib/onelogin/ruby-saml/settings.rb
@@ -10,7 +10,9 @@ module RubySaml
10
#
11
class Settings
12
def initialize(overrides = {})
13
+ security_attributes = overrides.delete(:security) || {}
14
config = DEFAULTS.merge(overrides)
15
+ config[:security] = DEFAULTS[:security].merge(security_attributes)
16
config.each do |k,v|
17
acc = "#{k.to_s}=".to_sym
18
if respond_to? acc
0 commit comments