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

[% SET account_profile = {
	'type' => 'Generic',
	'comment' => 'This account provides a limited set of user attributes (eduPersonPrincipalName, mail and displayName).',
  	'internal_uid' => "user${account_id}",
        'displayName' => '山崎 弘子樫野 陽子 - eduGAIN Access Check account',
        'mail' => "forearartian@${conf.idp_scope}",
        'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
} %]