Skip to content

Commit 30ac81e

Browse files
Yusaku-Kitabatakerand-honda
authored andcommitted
R-2024-AUTH01/gakuninIdentityAssuranceMethodReference
1 parent 2665e89 commit 30ac81e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/institutions/authentication.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)