Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure the EnvSource plugin, if not already done. The same EnvSource used for Self Signup can be attached here as well. (If you are reusing an existing plugin configuration, make sure it has exactly the same settings as below.)
    1. Prior to Registry v4.0.0, do not attach a Pipeline to the plugin. (Pipelines are supported in Registry v4.0.0 and later.)
    2. Set Sync Mode to Manual.
    3. Enable Sync on Login, if appropriate.
    4. In the attribute configuration, flag at least one identifier type as Login.
  2. Create a new Enrollment Flow with the following settings:
    1. Status: Active
    2. Petitioner Enrollment Authorization: CO Person
    3. Pipeline: None
    4. Identity Matching: Self
    5. Require Approval: No (unticked)
    6. Email Confirmation Mode: None
  3. Do not add any Enrollment Attributes. (You will be asked to add one by default, simply page back or follow the breadcrumbs to skip it.)
  4. From the Enrollment Flow configuration page, click Attach Org Identity Sources.
  5. Click (plus) Add Enrollment Source.
    1. Organizational Identity Source: Select the Env Source you previously configured
    2. Org Identity Mode: Authenticate
  6. Apache Configuration required
Code Block
languagebash
themeMidnight
titleApache Configuration
RewriteEngine On
RewriteCond %{QUERY_STRING} !after_redirect
RewriteRule ^/registry/auth/logout.* https://%{SERVER_NAME}/registry/Shibboleth.sso/Logout?return=https://%{SERVER_NAME}/registry/auth/logout/?after_redirect [L,R]

Populating Default Values During Enrollment

...