> ## 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.

# Digidentity

> Verify identities using Digidentity, an online identity verification platform offering reusable digital IDs for government and commercial services across Europe.

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 the latest version (v2) →
      </a>
    </div>;
};

<VersionWarningBanner />

An online identity verification platform enabling secure access to government and commercial services. It offers a reusable digital ID solution that allows users to verify their identity and access a variety of online services across government and private sectors.

## Adoption data

This section provides insights into the adoption of Digidentity among users in Europe.

|                 |                                               |
| --------------- | --------------------------------------------- |
| Adoption        | 10 million                                    |
| Adoption source | N/A                                           |
| Adoption rate   | 14.67%                                        |
| Coverage        | N/A                                           |
| Status          | <Badge color="green">Available, live!</Badge> |

## Compliance

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

| Compliance data           | Status                                             |
| ------------------------- | -------------------------------------------------- |
| Locality requirements     | <Badge color="green">None</Badge>                  |
| Scheme-level restrictions | <Badge color="yellow">None</Badge>                 |
| Certifications            | <Badge color="gray">GPG45 Medium, UK DIATF</Badge> |

## Supported attributes

The following attributes are returned when Digidentity 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 color="gray">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 color="gray">postalCode</Badge>    | Postal or ZIP code   |
| <Badge color="yellow">country</Badge>     | Country of residence |

### Sometimes returned attributes

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

| Field                            | Description   |
| -------------------------------- | ------------- |
| <Badge color="green">sex</Badge> | User’s gender |
