Store authentication provider information
Data model

Fields
| Field |
Type |
Description |
| enable* |
BIT |
Determine if the provider is enabled |
| exau_id |
INT |
External authenticated identifier |
| id* |
INT |
Provider Identifier |
| maxinvalidpasswordattempt |
INT |
Determines the maximum number of failed login attempts |
| modification_date |
DATETIME |
Date of last modification |
| modified_by |
INT |
Identifier of the last user who modified the record |
| name |
NVARCHAR (510) |
Provider Name |
| server_name |
NVARCHAR (1000) |
Authentication Provider Server Path |
| settings |
NVARCHAR (1000) |
Connection Settings |
| type |
INT |
Supplier Type |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| exau_id |
dbo.AFW_EXTERNAL_AUTH_TYPES |
exau_id |
FK01_AFW_LDAP |