Fix realm config in SAML QA test (#36515)
An issue was introduced due to the merge of authorization_realms with the change to use Affix Settings for realms. The ".type" setting no longer exists as the type is now part of the setting key.
This commit is contained in:
parent
562f09603b
commit
c6de68c3b9
|
@ -49,7 +49,6 @@ integTestCluster {
|
|||
setting 'xpack.security.authc.realms.saml.shibboleth.attributes.principal', 'uid'
|
||||
setting 'xpack.security.authc.realms.saml.shibboleth.attributes.name', 'urn:oid:2.5.4.3'
|
||||
// SAML realm 2 (uses authorization_realms)
|
||||
setting 'xpack.security.authc.realms.saml.shibboleth_native.type', 'saml'
|
||||
setting 'xpack.security.authc.realms.saml.shibboleth_native.order', '2'
|
||||
setting 'xpack.security.authc.realms.saml.shibboleth_native.idp.entity_id', 'https://test.shibboleth.elastic.local/'
|
||||
setting 'xpack.security.authc.realms.saml.shibboleth_native.idp.metadata.path', 'idp-metadata.xml'
|
||||
|
|
Loading…
Reference in New Issue