Table | cm_meem_enrollers |
---|---|
Description | MEEM Enrollers |
Plugin |
Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
co_enrollment_flow_wedge_id | integer, foreign key | Enrollment Flow Wedge ID | ||
env_idp | varchar(80) | If set, name of environment variable holding an identifier for the IdP | ||
env_mfa | varchar(80) | If set, name of environment variable indicating if the IdP asserted MFA | Must hold the literal string "yes" if populated | |
mfa_exempt_co_group_id | varchar(80) | CO Group whose members are exempt from MFA | cm_co_groups:id | |
mfa_initial_exemption | integer | If set, the number of hours from enrollment during which the Enrollee is exempt from MFA | ||
mfa_co_enrollment_flow_id | integer, foreign key | If set, the Enrollment Flow used to register a new MFA Authenticator | cm_co_enrollment_flows:id | |
enable_reminder_page | boolean | Whether to enable the MEEM Setup Reminder Splash Page |
| |
return_url_allowlist | text(4000) | Newline separated list of regular expressions representing permitted values to be passed into the Splash Page as a URL to redirect to from the Splash Page | ||
api_user_id | integer, foreign key | API User permitted to access the REST API for this configuration | cm_api_users:id |