Text and format edits.

This commit is contained in:
Roland Hedberg
2013-09-17 08:55:53 +02:00
parent b61d1c6c0d
commit 32d9a0656d
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ OTHER = ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail"]
RESEARCH_AND_EDUCATION = "http://www.swamid.se/category/research-and-education"
SFS_1993_1153 = "http://www.swamid.se/category/sfs-1993-1153"
# presently these don't
# presently these don't by themself
EU = "http://www.swamid.se/category/eu-adequate-protection"
NREN = "http://www.swamid.se/category/nren-service"
HEI = "http://www.swamid.se/category/hei-service"

View File

@@ -482,8 +482,8 @@ class RequestedAuthnContextType_(SamlBase):
c_cardinality = SamlBase.c_cardinality.copy()
c_children[
'{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextClassRef'] = (
'authn_context_class_ref',
[saml.AuthnContextClassRef])
'authn_context_class_ref',
[saml.AuthnContextClassRef])
c_cardinality['authn_context_class_ref'] = {"min": 0}
c_children['{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextDeclRef'] = (
'authn_context_decl_ref',