Auth Providers
Overview
This dataset reflects metadata related to known auth providers (i.e. AuthO, Okta). These are not always associated with a particular Ad Systems provider, but are grouped together given their relation to how ads are personalized.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the auth provider instance scanned on the publisher page. |
| adsystem_id | integer | Maps to the id primary key in the adsystems dataset. Will be marked as NULL if no association. |
| name | string | Friendly short name of the auth_provider. |
| display_name | string | Additional name of the auth_provider that is used within the Sincera application. |
| url_oauth_regex | string | Regex metadata containing the oauth-specific parameters stripped from the page being scanned. |
| url_keyword_regex | string | Regex metadata containing the auth provider keyword stripped from the page being scanned. |
| javascript | string | Provides the JS tag detected on page by the Sincera platform that instantiates the auth provider. |
| selectors | jsonb | Provides JSON readout of auth provider metadata detected. |
| created_at | datetime | Date when the scan was first generated by the Sincera platform. |
| updated_at | datetime | Date when the scan was last updated by the Sincera platform. |
| text_regex | string | Regex metadata containing the auth provider plain text description stripped from the page being scanned. |