Text and format edits.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user