[% account_sp_entityid = account.sp_entityid() %]
[% account_id = account.id() %]

[% SET account_profile = {
	'type' => 'Alumni',
	'comment' => 'Value "member" is not set for eduPersonAffiliation, contrary to current students.',
  	'internal_uid' => "user${account_id}",
	'eduPersonAffiliation' => ['alum'],
	'eduPersonScopedAffiliation' => ["alum@${conf.idp_scope}"],
        'displayName' => 'Åsold Wahlstrøm - eduGAIN Access Check account',
        'cn' => 'Åsold Wahlstrøm - eduGAIN Access Check account',
        'mail' => "asold.wahlstrom@${conf.idp_scope}",
        'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
        'schacHomeOrganization' => "${conf.idp_scope}",
        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
} %]