There was an error while loading. Please reload this page.
1 parent e17e8d3 commit 8f7b7f3Copy full SHA for 8f7b7f3
1 file changed
uniauth_saml2_idp/processors/unical_attributes_generator.py
@@ -59,7 +59,7 @@ def codice_fiscale(attributes):
59
60
# GARR - European Student Identifier
61
@staticmethod
62
- def schacPersonalUniqueCodeESI(orgname='unical.it', matricola_studente=matricola_studente):
+ def schacPersonalUniqueCodeESI(matricola_studente, orgname='unical.it'):
63
return f"urn:schac:personalUniqueCode:int:esi:{orgname}:{matricola_studente}"
64
65
0 commit comments