[% USE raw %] [% USE Asset %] [% USE Branches %] [% USE Categories %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF op == 'add_form' %] New identity provider domain › [% ELSIF op == 'edit_form' %] Edit identity provider domain › [% END %] Identity providers › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %]
[% FOREACH m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred trying to open the identity provider domain for editing. The passed id is invalid. [% CASE 'error_on_insert' %] An error occurred when adding a new identity provider domain. [% CASE 'success_on_update' %] Identity provider domain updated successfully. [% CASE 'success_on_insert' %] Identity provider domain added successfully. [% CASE %] [% m.code | html %] [% END %]
[% END %] [% IF op == 'add_form' %]

New email domain

  1. Email domain to match this rule.
  1. user data on login
  2. users to auto register on login
  3. Use this library for the patron on auto register
  4. [% SET categories = Categories.all() %]
    Use this category for the patron on auto register
  5. OPAC users from this domain to login with this identity provider.
  6. of this domain to login with this identity provider
Cancel
[% END %] [% IF op == 'edit_form' %]

Edit identity provider domain

  1. Email domain to match this rule.
  1. user data on login
  2. users to auto register on login
  3. Use this library for the patron on auto register
  4. [% SET categories = Categories.all() %]
    Use this category for the patron on auto register
  5. opac users of this domain to login with this identity provider
  6. staff users of this domain to login with this identity provider
Cancel
[% END %] [% IF op == 'list' %]

Identity provider email domains

Domain Update on login Auto register Default library Default category Allow opac Allow staff Actions
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]