Define the SAML 2.0 AuthnContext

This commit is contained in:
Benjamin Dauvergne 2014-09-07 01:35:28 +02:00
parent 3778e18202
commit 5f0ed0fc24
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ class A2KerberosBackend(KerberosBackend):
return
return super(A2KerberosBackend, self).authenticate(principal=principal,
**kwargs)
def get_saml2_authn_context(self):
import lasso
return lasso.SAML2_AUTHN_CONTEXT_KERBEROS