Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Removed attribute query from ADFS config
Browse files Browse the repository at this point in the history
  • Loading branch information
jorritfolmer committed Apr 2, 2018
1 parent 69ce784 commit 4f9ca87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 3.10.1

- Added SAML parameters to configure Search Head Clustering with ADFS
- Removed attribute query from ADFS config

### 3.10.0

Expand Down
5 changes: 1 addition & 4 deletions manifests/authentication.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
$auth_defaults = $splunk::params::auth
case $auth['saml_idptype'] {
'ADFS': {
$idpattributequeryurl = $auth['saml_idpurl']
$idpslourl = "${auth['saml_idpurl']}?wa=wsignout1.0"
$idpssourl = $auth['saml_idpurl']
# other parameters are set in the erb template
# parameters are set in the erb template
}
default: {
fail 'Unsupported Identity Provider' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ authType = SAML
authSettings = saml_settings

[saml_settings]
attributeQuerySoapPassword = unimportant
attributeQuerySoapUsername = unimportant
<% if @auth['saml_entityid'].nil? -%>
entityId = <%= @fqdn %>
<% else -%>
Expand All @@ -15,7 +13,6 @@ entityId = <%= @auth['saml_entityid'] %>
<% if not @auth['saml_fqdn'].nil? -%>
fqdn = <%= @auth['saml_fqdn'] %>
<% end -%>
idpAttributeQueryUrl = <%= @idpattributequeryurl %>
idpCertPath = <%= @splunk_home %>/etc/auth/idpCerts
idpSLOUrl = <%= @idpslourl %>
idpSSOUrl = <%= @idpssourl %>
Expand Down

0 comments on commit 4f9ca87

Please sign in to comment.