Koha::Schema::Result::IdentityProvider
identity_providersdata_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique key, used to identify the provider
data_type: 'varchar' is_nullable: 0 size: 20
Provider code
data_type: 'varchar' is_nullable: 0 size: 255
Description for the provider
data_type: 'enum'
extra: {list => ["OAuth","OIDC","LDAP","CAS"]}
is_nullable: 0
Protocol provider speaks
data_type: 'longtext' is_nullable: 0
Configuration of the provider in JSON format
data_type: 'longtext' is_nullable: 0
Configuration to map provider data to Koha user
data_type: 'enum'
extra: {list => ["email","userid","cardnumber"]}
is_nullable: 0
The patron attribute to be used as matchpoint
data_type: 'varchar' is_nullable: 1 size: 255
Provider icon URL
codeType: has_many
Related object: Koha::Schema::Result::IdentityProviderDomain