Skip to content

Provisioning new users and their attributes

Remold edited this page Jul 6, 2015 · 1 revision

##New users Any user that logs in via their IdP for the first time will be presented with a consent screen asking them permission to store their attribute data. After consent is provided, OpenConext will store attribute values in the OpenConext LDAP. Endusers can view, change, or delete account information at profile.demo.openconext.org

##Welcome mail It is possible to send welcome mails to new users (e.g. users that are provisioned for the first time). In "Manage" you need to configure the email text (email type = 'introduction_email') under EngineBlock => Email Configuration (you should always do this and we have a database patch for this).

In the /etc/surfconext/engineblock.ini file you either enable / disable the sending of welcome mails

; Do we send welcome emails
email.sendWelcomeMail = true

Clone this wiki locally