Enoida

Compliance note

1 September 2026: what French law actually requires

Two French regimes now require age to be checked online. They cover different services, run on different timetables, and only one of them says how. Here is what the texts say, and what they leave to you.

Two regimes, routinely confused

The most common mistake is treating "age verification" as a single obligation. There are two, and they are not alike.

Pornographic contentSocial networks
Instrument SREN law of 21 May 2024, plus Arcom's technical référentiel Digital-majority law, definitively adopted 21 July 2026
Threshold 18 15
In force Since 2025 1 September 2026, then 1 January 2027
Method Specified: at least one double-anonymity option Not specified by the law
Supervision Arcom, with power to block and delist Arcom, under the EU Digital Services Act framework

If you operate a service reachable from France that gives access to pornographic content, the first regime applies and you are already late. If you run a social network, it is the second, and the deadline is weeks away.

The timetable

  1. 9 Oct 2024

    Arcom adopts its technical référentiel setting the minimum requirements for age-verification systems, after consulting the CNIL.

  2. 2025

    Transitional periods end. Services in scope must offer at least one double-anonymity option. Card-based checks, allowed as a stopgap, no longer suffice.

  3. 21 Jul 2026

    Parliament definitively adopts the law banning social networks for under-fifteens. France becomes the first EU member state to write a digital majority into national law.

  4. 1 Sep 2026

    No account may be created by a minor under fifteen. The obligation bites on new sign-ups.

  5. 1 Jan 2027

    The ban extends to accounts that already exist. The four months between the two dates are the window you have to verify your installed user base.

That last line is the most expensive and the least discussed. The September obligation covers a flow — new sign-ups. The January one covers a stock. For an established platform the second volume exceeds the first by orders of magnitude, and it has to be cleared in four months.

What the law does not say

The digital-majority law states the prohibition and designates the authority that supervises it. It does not prescribe a verification method. The point was made during the debates: the arrangements for checking age remain largely unspecified.

That is a freedom and a trap. A freedom, because no technology is imposed on you. A trap, because the choice is entirely yours — and it has to satisfy two requirements that pull in opposite directions:

  • Actually verify. A self-declaration is not a verification, and a tick-box will not survive the first inspection.
  • Collect no more than necessary. The GDPR applies in full. Collecting an identity document to establish a binary fact — adult or not — is hard to defend against the data-minimisation principle.

Put plainly: the law requires you to know, and the GDPR forbids you from knowing too much. The only way to satisfy both is to receive a proof rather than an identity.

Double anonymity, as Arcom defines it

The regulator has already settled this question for the other regime, and its definition is the clearest reference available in French law:

The site receives proof of majority but does not know the internet user's identity; the age-verification provider knows the user's identity but does not know which sites they visit.

Arcom, on its technical référentiel for age verification

Two properties, not one. The first protects the user from the site. The second protects them from the verifier — and that is the one people forget, though it is the harder to hold: a provider that sees every check is, on its own, a browsing log.

The référentiel formally imposes double anonymity only on the pornographic-content regime. But it is hard to imagine the authority that defined it, and that also supervises the second regime, finding acceptable for social networks an architecture it ruled out elsewhere.

Four expensive mistakes

Collecting an identity document "to be safe"

The most natural reflex and the most dangerous. You create a database of identity documents the law never asked you to build, with the duty to secure it, retain it only as long as strictly necessary, document it, and notify if it leaks. You have converted a verification obligation into a retention liability.

Confusing declaration with verification

A birth date typed in by the user establishes nothing. It documents an intention to comply, not compliance. In front of a regulator the question will not be "did you have a field?" but "what did you verify, and can you prove it?".

Relying on a payment card

Allowed by Arcom as a three-month stopgap, this is no longer a compliant method. It does not prove majority — minors hold cards — and it fails the double-anonymity test, since the cardholder is identified.

Verifying at sign-up and never again

The 1 January 2027 deadline explicitly covers existing accounts. A mechanism wired only into the registration funnel meets the first obligation and ignores the second, which is the heavier of the two.

What Arcom can do

For the pornographic-content regime the regulator has a graduated set of measures, and has already used them against services established inside the EU:

  • a formal notice;
  • a financial penalty;
  • administrative blocking of the service;
  • delisting from search engines.

The last two deserve to be read for what they are. A fine can be provisioned for. Blocking and delisting remove access and visibility — for a commercial service the sanction is not an accounting matter, it is an existential one.

In short

You must establish one fact — adult or not — without building a database of identities, across a flow of sign-ups from 1 September and across your entire existing base before 1 January. The law does not tell you how. The regulator has already written down what it considers protective.

What Enoida does

One API call. Your service receives a binary answer and a signed receipt to keep for the regulator. It receives no identity data — there is nothing to secure, nothing to retain, nothing to notify.

The proof is produced by the user's identity wallet and verified cryptographically. Enoida implements Longfellow, the zero-knowledge scheme used by the European Commission's own age-verification application, alongside ISO 18013-5 mdoc presentation. The code is open and readable.

Sources

  1. Arcom — Technical référentiel on age verification for the protection of minors against online pornography
  2. Légifrance — Délibération n° 2024-20 of 9 October 2024 adopting that référentiel
  3. CNIL — Opinion on Arcom's référentiel
  4. Arcom — Protecting minors from online pornography (powers and measures)
  5. LCP — Assemblée nationale — What the newly adopted law contains
  6. Assemblée nationale — Adopted text no. 217

This note summarises public texts for technical and compliance teams. It is not legal advice.