Files
deb-python-pysaml2/tests/idp/idp_user.py

18 lines
421 B
Python

USERS = {
"roland": {
"surname": "Hedberg",
"givenName": "Roland",
"eduPersonAffiliation": "staff",
"uid": "rohe0002"
},
"babs": {
"surname": "Guillen",
"givenName": "Ozzie",
"eduPersonAffiliation": "affiliate"
},
"upper": {
"surname": "Jeter",
"givenName": "Derek",
"eduPersonAffiliation": "affiliate"
},
}