Contains the relationship between a project and an external authentication configuration
Data model
Fields
| Field | Type | Description |
|---|---|---|
| external_auth_id* | NVARCHAR (200) | Unique identifier for external authentication, reference to AFW_EXTERNAL_AUTH_PROVIDERS.id table |
| proj_id* | INT | Unique identifier of the project, reference to the ASMS_PROJECTS.proj_id table |
Primary Key
| PK_ASMS_PROJECT_EXTERNAL_AUTH |
|---|
| proj_id, external_auth_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| external_auth_id* | Bod. AFW_EXTERNAL_AUTH_PROVIDERS | id | FK02_ASMS_PROJECT_EXTERNAL_AUTH |
| proj_id* | dbo.ASMS_PROJECTS | proj_id | FK01_ASMS_PROJECT_EXTERNAL_AUTH |