summaryrefslogtreecommitdiff
path: root/tests/sp_mdext_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sp_mdext_conf.py')
-rw-r--r--tests/sp_mdext_conf.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/sp_mdext_conf.py b/tests/sp_mdext_conf.py
index b1f0cf42..2fe43390 100644
--- a/tests/sp_mdext_conf.py
+++ b/tests/sp_mdext_conf.py
@@ -3,6 +3,20 @@ from pathutils import full_path, xmlsec_path
CONFIG = {
"entityid": "urn:mace:example.com:saml:roland:sp",
"name": "urn:mace:example.com:saml:roland:sp",
+ "entity_attributes": [
+ {
+ "name_format": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri",
+ "name": "urn:oasis:names:tc:SAML:profiles:subject-id:req",
+ # "friendly_name" is not set
+ "values": ["any"],
+ },
+ {
+ "name": "somename",
+ "friendly_name": "somefriendlyname",
+ "name_format": "format",
+ "values": ["x", "y", "z"],
+ },
+ ],
"description": "My own SP",
"service": {
"sp": {