...
Verifying that the creation was successful:
- Find the new organization in Perun GUI and retrieve the invitation link: Access Management β MyAcademicID β Groups β ECHE-IOLR β <new institution country code> β <new institution> β Students β Members β Copy Invitation link button
- Open the invitation link in a new tab in your browser and fill out the registration form
- Approve the application in Perun: Access Management β MyAcademicID β Groups β ECHE-IOLR β <new institution country code> β <new institution> β Students β Applications
- Verify that the new student from the application has the new institution's identity:
- In the Students group β Members β <New student> β <user ID> β Identities (The identity of the new institution with login set to the student's identifier should be visible here)
- In the Students group β Members β <New student> β <user ID> β Attributes (Here, the
schacPersonalUniqueCodes
andschacHomeOrganizations
should include the new institution)
Production run
Running the script eche_iolr_production.py consumes info about the whitelisted institutions from production.csv and updates the production instance of MyAcademicID - https://vo.myacademicid.org/Β
...
Presently, the removal of institutions from the whitelist is not automated. Please contact Perun team members for manual removal of institutions that should no longer be whitelisted.
Technical notes
dsaPerun uses the supplied schacHomeOrganization
from the input csv file to calculate theΒ schacPersonalUniqueCodes
. Some countries (currently only France) don't want the schacHomeOrganization
as a part of the schacPersonalUniqueCodes.
Instead, the country code (in this case 'FR') is used in the schacPersonalUniqueCodes
. However, we currently do not have any users from these countries so we haven't dealt with that even though the scripts should be able to handle this situation. Should the occasion arise, extra caution should be applied when creating these groups.
Perun team contacts
Peter Bolha - bolha@censet.cz (development, operations)
...