Skip to content

Commit 391bb12

Browse files
author
Rebecka Gulliksson
committed
Fix broken script due to variable rename.
1 parent 51950e9 commit 391bb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_satosa_saml_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def make_satosa_metadata(option):
204204
elif issubclass(frontend.module, SamlFrontend):
205205
module = frontend.module(None, conf_mod.INTERNAL_ATTRIBUTES, frontend.config)
206206
module.register_endpoints(backend_names)
207-
xml = _make_metadata(module.config, option)
207+
xml = _make_metadata(module.idp_config, option)
208208
frontend_metadata[frontend.name] = [{"xml": xml, "plugin_name": frontend.name}]
209209

210210
if option.generate_backend:

0 commit comments

Comments
 (0)