Store information from external authentication providers
Data model
Fields
| Field | Type | Description |
|---|---|---|
| app_key* | NVARCHAR (200) | Code for grouping suppliers |
| data* | NVARCHAR (MAX) | IDP connection data |
| enabled* | BIT | Determine if the provider is enabled |
| id* | NVARCHAR (200) | Provider Identifier |
| modification_date | DATETIME | Date of last modification |
| modified_by | INT | Identifier of the last user who modified the record |
| name* | NVARCHAR (400) | Provider Name |
| type* | INT | Determine the protocol used to perform authentication |
Primary Key
| PK_AFW_EXTERNAL_AUTH_PROVIDERS |
|---|
| id |