summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2idp.py
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-02-26 21:50:33 -0500
committerSimo Sorce <simo@redhat.com>2014-03-02 18:10:28 -0500
commit3983bef596613acf4576957cfeea34dc7be421c4 (patch)
tree94f0fcbc43b266e667869817f681e27af0d5d16d /ipsilon/providers/saml2idp.py
parent2926eb00f40d925549b14b86f73f8649df1e9c05 (diff)
downloadipsilon-3983bef596613acf4576957cfeea34dc7be421c4.tar.gz
ipsilon-3983bef596613acf4576957cfeea34dc7be421c4.tar.xz
ipsilon-3983bef596613acf4576957cfeea34dc7be421c4.zip
Check the NameID policy during authentication
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'ipsilon/providers/saml2idp.py')
-rwxr-xr-xipsilon/providers/saml2idp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsilon/providers/saml2idp.py b/ipsilon/providers/saml2idp.py
index 3dda9e8..0fcbe67 100755
--- a/ipsilon/providers/saml2idp.py
+++ b/ipsilon/providers/saml2idp.py
@@ -166,12 +166,12 @@ Provides SAML 2.0 authentication infrastructure. """
'default allowed nameids': [
"""Default Allowed NameIDs for Service Providers. """,
'list',
- ['transient', 'email', 'kerberos', 'x509']
+ ['persistent', 'transient', 'email', 'kerberos', 'x509']
],
'default nameid': [
"""Default NameID used by Service Providers. """,
'string',
- 'email'
+ 'persistent'
]
}