-
renater.salaun authored
Define a new attribute in the datasource 'internal_uid' used for both generating eduPersonTargetedId and user consent. Otherwise we're in trouble if 'uid' is not defined for a given account profile git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@114 047e039d-479c-447e-8a29-aa6bf4a09bab
renater.salaun authoredDefine a new attribute in the datasource 'internal_uid' used for both generating eduPersonTargetedId and user consent. Otherwise we're in trouble if 'uid' is not defined for a given account profile git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@114 047e039d-479c-447e-8a29-aa6bf4a09bab
generic1.tt2 484 B
[% account_sp_entityid = account.get('sp_entityid') %]
[% account_id = account.get('id') %]
[% SET account_profile = {
'type' => 'Generic',
'comment' => 'This account provides a limited set of user attributes (eduPersonPrincipalName, mail and displayName).',
'internal_uid' => "${account_id}",
'displayName' => '山崎 弘子樫野 陽子',
'mail' => "forearartian@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
} %]