diff options
Diffstat (limited to 'bindings/lang_python.py')
| -rw-r--r-- | bindings/lang_python.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/lang_python.py b/bindings/lang_python.py index 43aad175..302b64d6 100644 --- a/bindings/lang_python.py +++ b/bindings/lang_python.py @@ -205,7 +205,9 @@ def session_get_provider_ids(self): Session.providerIds = property(session_get_provider_ids) Samlp2AuthnRequest.nameIDPolicy = Samlp2AuthnRequest.nameIdPolicy +LibAuthnRequest.nameIDPolicy = LibAuthnRequest.nameIdPolicy Saml2Subject.nameID = Saml2Subject.nameId +SamlSubject.nameID = SamlSubject.nameId MiscTextNode.text_child = MiscTextNode.textChild NodeList = list StringList = list |
