We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfda9ce commit f8529f1Copy full SHA for f8529f1
tests/satosa/micro_services/test_attribute_modifications.py
@@ -304,6 +304,7 @@ def test_shibmdscope_match_value_filter_with_idp_md_with_single_regexp_scope(sel
304
305
mdstore = MetadataStore(None, Config())
306
mdstore.imp(self.create_idp_metadata_conf_with_shibmd_scopes(idp_entityid, ["[^.]*\.foo\.bar$"]))
307
+ # mark scope as regexp (cannot be done via pysaml2 YAML config)
308
mdstore[idp_entityid]['idpsso_descriptor'][0]['extensions']['extension_elements'][0]['regexp'] = 'true'
309
ctx = Context()
310
ctx.decorate(Context.KEY_METADATA_STORE, mdstore)
0 commit comments