Extends RoleDescription
so that role can be automatically granted on request
#226
Labels
RoleDescription
so that role can be automatically granted on request
#226
Through the "Connected profiles" page, a user can request a role on an organization. Typically a Role with a
request_key
is created. It triggers a notification to profile managers for theOrganization
that can then grant a role on theOrganization
to theUser
.It is sometimes beneficial to automatically grant a role to users whose e-mail address is within one or multiple specified domains. The e-mail address of the requesting user must be verified.
Extends
RoleDescription
, add appropriate model(s) and code such that forUser
whoseemail
is matching the domain of theOrganization.e-mail
field and which are not in a pre-defined disallow list (ex: @gmail.com, @yahoo.com), request for aRoleDescription
marked asskip_grant_for_email_domain
is automatically granted.The text was updated successfully, but these errors were encountered: