惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
C
Check Point Blog
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
M
MIT News - Artificial intelligence
B
Blog RSS Feed
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
美团技术团队
I
InfoQ
Blog — PlanetScale
Blog — PlanetScale

Help Net Security

Your work apps are quietly handing 19 data points to someone ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - Help Net Security
Google brings instant email verification to Android, no O...
Anamarija Po · 2026-04-23 · via Help Net Security

Google has introduced cryptographically verified email credentials for Android through the Credential Manager API. This API aligns with the W3C Digital Credential API standard. It provides a unified way for apps to request and retrieve user credentials for authentication and authorization.

“By integrating the new verified email via the Credential Manager API, you can reduce onboarding friction and provide a more streamlined and secure authentication flow. This reflects a shift toward a future where verification becomes a seamless part of the native mobile experience,” Niharika Arora, Senior Developer Relations Engineer, and Jean-Pierre Pralle, Product Manager for Credential Manager at Google, explained.

The feature is limited to personal Google Accounts and excludes Workspace and supervised accounts. It is supported on Android 9 (API level 28) and above, including phones, tablets, and foldables, and requires Google Play services version 25.49.x or later.

Users do not need to verify their email through external channels such as one-time passwords or email links. Developers receive verified email claims directly, which can be used for account creation, account recovery, or step-up authentication flows.

The verified email credential is sourced from the user’s Google Account on the device. The underlying Digital Credentials API is issuer-agnostic and allows different providers to issue credentials with their own policies that apps can request and verify.

How it works

When a credential is returned through the Credential Manager API and includes a verified claim, the issuer indicates that it has verified that data. The app must decide whether it trusts the issuer.

Android verified email credentials

Email verification during sign up (Source: Google)

When a user focuses on an email input field or taps a “Sign up” or “Recover account” button that triggers the Credential Manager API, a native Android bottom sheet appears showing the requested data, such as a verified email address. The user reviews the request and taps “Agree and continue” to share the data. After consent, the app receives the information immediately.

Google recommends prompting users to create a passkey during sign-up to simplify future sign-ins.

Key considerations

Only the email address is verified by Google. Apps may request additional profile information such as name or profile picture, but these fields are not verified.

The company recommends automatically verifying @gmail.com users and routing users with custom domains through existing verification flows to maintain access for domains not managed by Google.

The verified email credential feature complements Sign in with Google. Developers should use Sign in with Google when creating a federated login session. Verified Email is suited for flows where users authenticate with a username and password or passkey and require email verification.