ClientSSO
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| Description | nvarchar(256) | |||
| SharedKey | nvarchar(256) | |||
| UserNameParameter | nvarchar(50) | Default = N'u' | ||
| TimeParameter | nvarchar(50) | Default = N't' | ||
| MD5Parameter | nvarchar(50) | Default = N'm' | ||
| Delta | int | Default = 300 | ||
| IncludeIP | bit | Default = 1 | ||
| RequireSsl | bit | Default = 1 |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ClientSiteID | int | ClientSites.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_ClientSSO | ID | yes | yes | yes |