File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ def get_next(obj, *args):
183183 organization_name_ja = get_next (p_user , 'jao' , 'jaOrganizationName' )
184184 # affiliation: 'jaou' is friendlyName
185185 organizational_unit_ja = get_next (p_user , 'jaou' , 'jaOrganizationalUnitName' )
186+ # @R-2024-AUTH01 gakuninIdentityAssuranceMethodReference
187+ gakunin_identity_assurance_method_reference = p_user .get ('gakuninIdentityAssuranceMethodReference' )
188+
186189 # @R2022-48 ial,aal
187190 ial = None
188191 aal = None
@@ -492,6 +495,7 @@ def get_next(obj, *args):
492495 'organizational_unit' : organizational_unit ,
493496 'organization_name_ja' : organization_name_ja ,
494497 'organizational_unit_ja' : organizational_unit_ja ,
498+ 'gakunin_identity_assurance_method_reference' : gakunin_identity_assurance_method_reference ,
495499 },
496500 )
497501
You can’t perform that action at this time.
0 commit comments