Skip to content
Snippets Groups Projects
researcher1.tt2 906 B
Newer Older
Guillaume ROUSSE's avatar
Guillaume ROUSSE committed
[% account_sp_entityid = account.sp_entityid() %]
[% account_id = account.id() %]
renater.salaun's avatar
renater.salaun committed

[% SET account_profile = {
renater.salaun's avatar
renater.salaun committed
	'type' => 'Researcher',
renater.salaun's avatar
renater.salaun committed
	'comment' => "No standard value for eduPersonAffiliation can be used to represent a researcher. Therefore you can't differenciate a teacher from a researcher.",
renater.salaun's avatar
renater.salaun committed
	'eduPersonAffiliation' => ['member', 'faculty'],
	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
        'displayName' => 'Stéphane Larivière - eduGAIN Access Check account',
        'cn' => 'Stéphane Larivière - eduGAIN Access Check account',
        'mail' => "stephane.lariviere@${conf.idp_scope}",
renater.salaun's avatar
renater.salaun committed
        'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
        'schacHomeOrganization' => "${conf.idp_scope}",
        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',