Apple's mDoc support arrives with the digital ID in iOS 26. Understand its strategic impact on W3C VCs and wallets & what it means for your business.
Vincent
Created: June 17, 2025
Updated: June 17, 2025
Our mission is to make the Internet a safer place and passkeys provide a superior solution to achieve that. That's why we want to keep you updated with the latest industry insights here.
At WWDC25, Apple announced official support for mobile documents (mdocs) through the Digital Credentials API, enabling websites to request and verify a user's digital ID in iOS 26 directly from Safari. This brings Apple's digital credentials, compliant with the ISO 18013-5 standard, to the web for secure, user-consented identity verification.
This update represents a major catalyst for the digital identity ecosystem. For years, online identity proofing has been plagued by friction, privacy risks, and fraud. By integrating standardized Apple digital credentials, the new framework streamlines verification for use cases like age checks, enterprise logins, and customer onboarding.
This article breaks down what Apple's mdoc support means for developers and businesses, how it works at a high level, and how to prepare for its arrival in iOS 26.
At the heart of this new identity paradigm is the mdoc (mobile document), a standardized format for digital identity credentials stored in Apple Wallet, such as a mobile Driver's License (mDL) or a corporate ID.
A key feature of the mdoc standard is selective disclosure, which allows users to share only the specific data fields required for a transaction (e.g., just "over 21") instead of their entire ID. This privacy-preserving capability is defined by the ISO 18013-5 and ISO 18013-7 standards, which govern how mdocs are structured, secured, and presented online.
The W3C Digital Credentials API serves as the bridge between websites and the user's Apple Wallet. When a website needs to verify a user's identity, it no longer requires a custom app or redirects. Instead, the process is orchestrated by the browser.
The typical verification flow is as follows:
navigator.credentials.get()
) to request a specific credential, such as proof of age from an mDL.This entire flow is designed to be secure and seamless, eliminating the need for users to upload physical ID photos or fill out forms.
Why Are Passkeys Important For Enterprises?
Enterprises worldwide face severe risks due to weak passwords and phishing. Passkeys are the only MFA method that meets enterprise security and UX needs. Our whitepaper shows how to implement passkeys efficiently and what the business impact is.
While the deep technical implementation is covered in our guide to the Digital Credentials API, developers and product managers should start preparing now.
Here are the key strategic steps:
Apple's decision to integrate mDocs directly into the web via its native wallet has significant strategic implications for the broader digital identity landscape.
By prioritizing mdoc
(ISO 18013-5), Apple establishes it as the primary standard for verifiable government-issued IDs (like driver's licenses) on the web. This gives the mdoc
format enormous momentum for official identity use cases.
However, this doesn't diminish the role of other formats like W3C Verifiable Credentials (VCs), often based on SD-JWT
or JWT-VC
. These formats are critical for non-governmental credentials such as university diplomas, employee badges, or event tickets. The Digital Credentials API
itself is designed to be extensible, meaning it could support these other formats in the future. The immediate result is a dual ecosystem: mdoc
for official IDs, and other VC formats for the rest, all potentially accessible through the same underlying web standard.
The native integration gives Apple Wallet a distinct advantage, making it the default and most seamless option for users on iOS. This presents a challenge for third-party wallet apps.
While the API could theoretically allow users to choose a different default wallet, the native OS experience is hard to compete with. Third-party providers will likely need to rely on alternative protocols like OpenID4VP initiated via universal links, which may result in a less integrated user experience (e.g., requiring app switching). This move solidifies Apple Wallet's central role, compelling other providers to differentiate through specialized features, enterprise solutions, or by focusing on credential types not yet prioritized by Apple.
Apple's mdoc support in iOS 26 is more than an API. It's a shift toward a more secure, private and user-centric internet. By embracing open standards, Apple has paved the way for a future where verifiable digital credentials replace outdated and insecure methods of identity verification.
For businesses, this is an opportunity to build next-generation user experiences based on trust and transparency. Start exploring how Apple digital credentials can transform your services today.
Enjoyed this read?
🤝 Join our Passkeys Community
Share passkeys implementation tips and get support to free the world from passwords.
🚀 Subscribe to Substack
Get the latest news, strategies, and insights about passkeys sent straight to your inbox.
Related Articles
Table of Contents