> ## Documentation Index
> Fetch the complete documentation index at: https://docs.go.gbgplc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ConnectID

> Verify identities using ConnectID, a digital identity exchange that links service providers with trusted identity providers for secure verification.

export const VersionWarningBanner = () => {
  const [latestUrl, setLatestUrl] = useState(null);
  useEffect(() => {
    if (typeof window === "undefined") return;
    const {pathname, hash, search} = window.location;
    if (!pathname.includes("/go-v1/")) return;
    setLatestUrl(`${pathname.replace("/go-v1/", "/go-v2/")}${search}${hash}`);
  }, []);
  if (!latestUrl) return null;
  return <div className="not-prose my-6 rounded-xl border border-amber-500/30 bg-amber-500/10 px-4 py-3 text-sm text-gray-800 dark:text-gray-100">
      ⚠️ You are viewing the <strong>GBG GO v1</strong> documentation.
      <a href={latestUrl} className="ml-2 font-medium underline text-amber-700 dark:text-amber-400 hover:text-amber-800 dark:hover:text-amber-300">
        View version (v2) here →
      </a>
    </div>;
};

<VersionWarningBanner />

A platform connecting businesses and identity providers for secure digital authentication. ConnectID serves as a global digital identity exchange, linking online merchants and service providers with various trusted identity providers to facilitate secure, user-consented identity verification and data sharing across organizations. To learn more, visit the [ConnectID website](https://connectid.com.au/).

## Adoption data

This section provides insights into the adoption of ConnectID among users in Canada.

|                 |                                        |
| --------------- | -------------------------------------- |
| Adoption        | 10 million                             |
| Adoption source | N/A                                    |
| Adoption rate   | 47.17%                                 |
| Coverage        | 21M                                    |
| Status          | <Badge>In Integration Pipeline</Badge> |

## Provider ID

This is the unique identifier for this digital ID provider in the GBG GO system.

|             |                        |
| ----------- | ---------------------- |
| Provider ID | `australia-connect-id` |

## Compliance

This section outlines compliance and regulatory requirements for integrating this digital ID provider.

| Compliance data           | Status                                                       |
| ------------------------- | ------------------------------------------------------------ |
| Locality requirements     | <Badge color="green">Local entity</Badge>                    |
| Scheme-level restrictions | <Badge color="yellow">Crypto, Weapons, Adult content</Badge> |
| Certifications            | <Badge>AUS TDIF</Badge>                                      |

## Supported attributes

The following attributes are returned when ConnectID is used for identity verification:

### Always returned attributes

The following attributes are always returned from a successful verification from this ID Provider.

| Field                                     | Description                |
| ----------------------------------------- | -------------------------- |
| <Badge color="green">firstName</Badge>    | User’s first name          |
| <Badge>lastNames</Badge>                  | User’s last name           |
| <Badge color="yellow">middleName</Badge>  | User’s middle name         |
| <Badge color="purple">dateOfBirth</Badge> | User’s date of birth       |
| <Badge color="orange">phoneNumber</Badge> | User’s phone number        |
| <Badge color="green">line1</Badge>        | Street address             |
| <Badge>city</Badge>                       | City of residence          |
| <Badge color="yellow">subdivision</Badge> | State, province, or region |
| <Badge color="purple">postalCode</Badge>  | Postal or ZIP code         |
| <Badge color="orange">country</Badge>     | Country of residence       |

### Sometimes returned attributes

There are no sometimes returned attributes for this ID Provider.
