Skip to content

Commit 32ab8e6

Browse files
committed
Remove the id_attr_name configuration option
The name of the id-attribute for signing, encrypting and decrypting an XML document is well know for each of those operations. There is no need to define another. Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent fd845db commit 32ab8e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/saml2/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"extensions",
7070
"allow_unknown_attributes",
7171
"crypto_backend",
72-
"id_attr_name",
7372
"delete_tmpfiles",
7473
]
7574

@@ -228,7 +227,6 @@ def __init__(self, homedir="."):
228227
self.entity_category = []
229228
self.entity_category_support = []
230229
self.crypto_backend = 'xmlsec1'
231-
self.id_attr_name = None
232230
self.scope = ""
233231
self.allow_unknown_attributes = False
234232
self.extension_schema = {}

0 commit comments

Comments
 (0)