Check, what is displayed to the user when authorization fails based on user attributes. Old web interface just shows an error and lists the attributes. E.g.
array(1) { [0]=> string(19) "2020-12-16 13:33:23" } array(1) { [0]=>string(48) "urn:geant:cesnet.cz:group:einfra#perun.cesnet.cz" }
First string is actually is_cesnet_eligible_last_seen, the second array is a list of edu_person_entitlements (i.e. list of user groups). We should tell the user that he is not authorized to reserve resources at CESNET Meetings and to contact the administrator.
Check, what is displayed to the user when authorization fails based on user attributes. Old web interface just shows an error and lists the attributes. E.g.
array(1) { [0]=> string(19) "2020-12-16 13:33:23" } array(1) { [0]=>string(48) "urn:geant:cesnet.cz:group:einfra#perun.cesnet.cz" }
First string is actually is_cesnet_eligible_last_seen, the second array is a list of edu_person_entitlements (i.e. list of user groups). We should tell the user that he is not authorized to reserve resources at CESNET Meetings and to contact the administrator.