Koha::Schema::Result::IdentityProviderDomain
identity_provider_domains
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique key, used to identify providers domain
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
Reference to provider
data_type: 'varchar' is_nullable: 1 size: 100
Domain name. If null means all domains
data_type: 'tinyint' default_value: 0 is_nullable: 0
Allow user auto register
data_type: 'tinyint' default_value: 0 is_nullable: 0
Update user data on auth login
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
Default library to create user if auto register is enabled
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
Default category to create user if auto register is enabled
data_type: 'tinyint' default_value: 1 is_nullable: 0
Allow provider from opac interface
data_type: 'tinyint' default_value: 0 is_nullable: 0
Allow provider from staff interface
identity_provider_id
Type: belongs_to
Related object: Koha::Schema::Result::Category
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::IdentityProvider