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

# Audkenni

> Verify identities using Audkenni, Iceland's national digital identity provider for secure citizen authentication and electronic signing.

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 />

Audkenni is Iceland’s national digital identity provider, offering secure electronic IDs that allow citizens and businesses to authenticate, sign documents, and access public and private online services.

## Adoption data

This section provides insights into the adoption of Audkenni among users in Iceland.

|                 |                                                                                                                                                                                                                                                                        |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Adoption        | 300 thousand                                                                                                                                                                                                                                                           |
| Adoption source | [https://thepaypers.com/online-payments/multi-country-consortium-debuts-cross-border-payments-pilot-for-eu-digital-wallet--1258363](https://thepaypers.com/online-payments/multi-country-consortium-debuts-cross-border-payments-pilot-for-eu-digital-wallet--1258363) |
| Adoption rate   | 99.67%                                                                                                                                                                                                                                                                 |
| Coverage        | N/A                                                                                                                                                                                                                                                                    |
| Status          | <Badge color="gray">In Integration Pipeline</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">None</Badge>   |

## Supported attributes

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

### Always returned attributes

| Field                                 | Description            |
| ------------------------------------- | ---------------------- |
| <Badge color="green">fullName</Badge> | User’s full legal name |

### Sometimes returned attributes

There are no sometimes returned attributes.
