We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4873c commit d0d3bcdCopy full SHA for d0d3bcd
config/application.rb
@@ -111,7 +111,7 @@ def self.fetch_boolean_env(name)
111
# The IDP SAML login URL, (e.g., "https://login.microsoftonline.com/xxxx/saml2")
112
config.saml[:idp_sso_target_url] = ENV.fetch('DF_SAML_IDP_TARGET_URL', nil)
113
# The IDP SAML logout URL, (e.g., "https://login.microsoftonline.com/xxxx/saml2")
114
- config.saml[:idp_sso_signout_url] = ENV.fetch('DF_SAML_IDP_SIGNOUT_URL', config.saml[:idp_sso_target_url])
+ config.saml[:idp_sso_signout_url] = ENV.fetch('DF_SAML_IDP_SIGNOUT_URL', nil)
115
116
# The SAML response certificate and name format (if no XML URL metadata is provided)
117
if config.saml[:SAML_metadata_url].nil?
0 commit comments