summaryrefslogtreecommitdiff
path: root/src/saml2/authn_context
diff options
context:
space:
mode:
authorHans Hörberg <hans.horberg@umu.se>2014-02-28 08:30:18 +0100
committerHans Hörberg <hans.horberg@umu.se>2014-02-28 08:30:18 +0100
commit535acbafaa709363bf5847d0b08cb8b7142ce6eb (patch)
treeca84bd0a96e2429e03d138bedb0d5ee4b81e445b /src/saml2/authn_context
parentbc9a7bc0eb6975097ab1274b0246cf44dda8d384 (diff)
downloadpysaml2-535acbafaa709363bf5847d0b08cb8b7142ce6eb.tar.gz
Added code to retrieve certificate.
Diffstat (limited to 'src/saml2/authn_context')
-rw-r--r--src/saml2/authn_context/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/authn_context/__init__.py b/src/saml2/authn_context/__init__.py
index b75a857a..d1cc4202 100644
--- a/src/saml2/authn_context/__init__.py
+++ b/src/saml2/authn_context/__init__.py
@@ -136,7 +136,7 @@ class AuthnBroker(object):
res = []
for ref in _refs[1:]:
- item = self.db[ref]
+ item = self.db["info"][ref]
res.append((item["method"], ref))
if func(_level, item["level"]):
_level = item["level"]