diff --git a/templates/keystone.conf.j2 b/templates/keystone.conf.j2 index 75672f4b..1629b47d 100644 --- a/templates/keystone.conf.j2 +++ b/templates/keystone.conf.j2 @@ -50,7 +50,6 @@ cache_time = {{ keystone_revocation_cache_time }} [auth] {% if keystone_sp != {} %} methods = {{ keystone_auth_methods }},saml2 -saml2 = keystone.auth.plugins.mapped.Mapped {% else %} methods = {{ keystone_auth_methods }} {% endif %}