Skip to content
Snippets Groups Projects
teacher2.tt2 475 B
[% account_sp_entityid = account.get('sp_entityid') %]
[% account_id = account.get('id') %]

[% SET account_profile = {
	'type' => 'Teacher',
	'comment' => 'This account provides a limited set of user attributes (eduPersonScopedAffiliation and eduPersonTargetedID).',
	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
        'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
} %]