<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AI Archives - IDPro</title>
	<atom:link href="https://idpro.org/tag/ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://idpro.org/tag/ai/</link>
	<description>The Professional Organization for Digital Identity Management</description>
	<lastBuildDate>Wed, 29 Jul 2026 18:18:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://idpro.org/wp-content/uploads/2023/07/cropped-idpro_stickerA-circle-100-32x32.jpg</url>
	<title>AI Archives - IDPro</title>
	<link>https://idpro.org/tag/ai/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Assembly Required: How we Stopped Reinventing and Started Composing Standards for Agentic Identity</title>
		<link>https://idpro.org/how-we-stopped-reinventing-and-started-composing-standards-for-agentic-identity/</link>
		
		<dc:creator><![CDATA[Elizabeth Garber]]></dc:creator>
		<pubDate>Wed, 29 Jul 2026 18:18:48 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[Agentic AI]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[iam]]></category>
		<category><![CDATA[identity and access management]]></category>
		<guid isPermaLink="false">https://idpro.org/?p=3065</guid>

					<description><![CDATA[<p>How the identity community addressed the assembly gap and began composing standards for agentic identity use cases.</p>
<p>The post <a href="https://idpro.org/how-we-stopped-reinventing-and-started-composing-standards-for-agentic-identity/">Assembly Required: How we Stopped Reinventing and Started Composing Standards for Agentic Identity</a> appeared first on <a href="https://idpro.org">IDPro</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">By Jeff Lombardo</p>



<p class="wp-block-paragraph"><a href="https://www.ietf.org/">IETF</a> 124, November 2024. Montreal was cold outside, the discussions inside were heated. AI agents were the topic on everyone&#8217;s lips, and every working group seemed to be looking at the problem through their own lens. The <a href="https://datatracker.ietf.org/wg/wimse/about/">WIMSE</a> folks were thinking about workload identity. The OAuth crowd was extending grants and tokens. <a href="https://spiffe.io/">SPIFFE</a> was already deployed in production for service mesh identity. And the <a href="https://datatracker.ietf.org/wg/agentproto/about/">Agent2Agent</a> BOF and <a href="https://datatracker.ietf.org/wg/webbotauth/about/">WebBotAuth</a> WG were trying to address the same topics through their own lens.</p>



<p class="wp-block-paragraph">The identity community had spent the better part of two decades building a robust, battle-tested toolkit for authentication, authorization, delegation, and observability. OAuth 2.0, SPIFFE, WIMSE, Transaction Tokens, Shared Signals, OpenID Connect. This stuff works. It&#8217;s deployed at planet scale. And yet, every new &#8220;agent identity&#8221; proposal we were seeing started from first principles, reinventing token formats, credential lifecycle, even basic concepts like &#8220;what is a workload identity.&#8221;</p>



<p class="wp-block-paragraph">Quickly we sat down with <a href="https://www.linkedin.com/in/pieter-kasselman-0259862/">Pieter Kasselman</a>, pointing at the elephant in the room: <em>we don&#8217;t have a standards gap. We have an assembly gap. </em>With the support of <a href="https://www.linkedin.com/in/bcampbell/">Brian Campbell</a>, <a href="https://www.linkedin.com/in/nickelsteele/">Nick Steele</a>, <a href="https://www.linkedin.com/in/yaroslavrosomakho/">Yaroslav Rosomakho</a>, and <a href="https://www.linkedin.com/in/aaronparecki/">Aaron Parecki</a>, this thinking became <a href="https://www.ietf.org/archive/id/draft-klrc-aiagent-auth-03.html">draft-klrc-aiagent-auth</a>, now at version -03. A personal Draft that introduces a simple but strong conceptual model called AIMS (Agent Identity Management System).</p>



<h1 class="wp-block-heading"><strong>The thesis: agents are workloads</strong></h1>



<p class="wp-block-paragraph">The core argument is deceptively simple: <strong>an AI agent is a workload.</strong> It needs an identifier. It needs credentials. It authenticates to other systems. It requests authorization. In short, something the industry has been solving for services, containers, and microservices for years.</p>



<p class="wp-block-paragraph">Still, what makes agents operationally different is the risk profile:</p>



<p class="wp-block-paragraph"><strong>Dynamic action surface. </strong>An agent doesn&#8217;t have a fixed API contract. It decides at inference time which tools to call, in what order, based on reasoning that didn&#8217;t exist when the agent was deployed.</p>



<p class="wp-block-paragraph"><strong>Cross-domain by default. </strong>A single agent task routinely spans internal services, third-party APIs, other agents; each in different trust domains.</p>



<p class="wp-block-paragraph"><strong>Time sensitive and high-churn. </strong>Agent instances spin up, fan out, terminate. Some are long lived, running for hours or days, most are short lived, running for seconds or minutes.</p>



<p class="wp-block-paragraph"><strong>High-value targets. </strong>An agent with not-contextualized or not-bound credentials is essentially a privileged insider with no audit trail.</p>



<h1 class="wp-block-heading"><strong>What AIMS actually does</strong></h1>



<p class="wp-block-paragraph">AIMS defines a layered stack where each layer is built on guarantees from the one below. There&#8217;s no single solution to all of this: it takes a wide range of technologies covering identifiers, authentication, authorization, delegation, and monitoring. What didn&#8217;t exist before was the organizing framework that ties them together.</p>



<p class="wp-block-paragraph">Here&#8217;s how it breaks down:</p>



<p class="wp-block-paragraph"><strong>Identifiers. </strong>Foundation for everything. The draft proposes <a href="https://datatracker.ietf.org/doc/draft-ietf-wimse-identifier/">WIMSE identifiers</a> (a superset of SPIFFE IDs). A URI that uniquely identifies the agent workload.</p>



<p class="wp-block-paragraph"><strong>Credentials. </strong>Authentication and authorization rely on credentials that cryptographically bind identifiers to agents, instead of bare identifiers or long-lived secrets like API keys. The <a href="https://datatracker.ietf.org/doc/draft-ietf-wimse-workload-creds/">WIMSE credentials</a> specification (X.509 certificates and Workload Identity Tokens) fits well here, along with SPIFFE JWT-SVIDs. Cryptographic proof of ownership of the identifier.</p>



<p class="wp-block-paragraph"><strong>Provisioning. </strong>SPIFFE for the general case, while leveraging platform-specific mechanisms (MDMs for end-user posture assessment, cloud-native posture evaluation) depending on where the agent runs.</p>



<p class="wp-block-paragraph"><strong>Authentication. </strong>Agents authenticate to LLMs, tools, services, resources, other agents. The draft maps WIMSE credential mechanisms with mTLS at the transport layer and HTTP Message Signatures, WIMSE Proof Tokens at the application layer. The through-line: avoid static pre-shared credentials, it’s an anti-pattern.</p>



<p class="wp-block-paragraph"><strong>Authorization. </strong>Specifically, delegated authorization through OAuth. What an agent can access, whether it&#8217;s acting on behalf of a user or on its own, how end-users authorize agents to act on their behalf. The draft maps the existing OAuth specs to specific agent use cases: authorization code flow for delegated user flows, client credentials for autonomous agents, token exchange scope and authorization details management, <a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-identity-chaining/">identity chaining</a> via <a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-identity-assertion-authz-grant/">ID-JAG</a> for multi-domain workflows and leaves a space for policy based authorization which may be facilitated through <a href="https://openid.net/wg/authzen/">AuthZEN</a> and other policy based authorization standards</p>



<p class="wp-block-paragraph"><strong>Observability and Remediation. </strong>Risk evaluation changes. Authorization may need to change mid-session. How do you propagate that? The OpenID Foundation&#8217;s prior work here is directly applicable: Shared Signals Framework (<a href="https://openid.net/wg/sharedsignals/">SSF</a>), <a href="https://openid.net/specs/openid-caep-1_0-ID2.html">CAEP</a> for continuous access evaluation, <a href="https://openid.net/specs/openid-risc-profile-specification-1_0.html">RISC</a> for account-level signals. Audit critical details, revoke credentials, trigger re-evaluation.</p>



<p class="wp-block-paragraph"><strong>Policy and Compliance. </strong>What are the rules? How do you measure against them? This is inherently deployment-specific. The draft deliberately doesn&#8217;t point to any single policy standard here, leaving room for organizations to fit their existing infrastructure in.</p>



<p class="wp-block-paragraph">Every single component in that stack is either an existing RFC, a mature IETF draft, or an OpenID specification that&#8217;s already deployed in production somewhere. The draft doesn&#8217;t define any new wire protocol. It profiles and composes.</p>



<h1 class="wp-block-heading"><strong>The constraints that motivated us</strong></h1>



<p class="wp-block-paragraph">Through this work, we set ourselves a few constraints early:</p>



<p class="wp-block-paragraph"><strong>If it exists and works, use it. </strong>Don&#8217;t reinvent credential formats. Don&#8217;t create yet another token type. Don&#8217;t define a new discovery mechanism when <a href="https://datatracker.ietf.org/doc/html/rfc8414">OAuth Server Metadata</a> and <a href="https://datatracker.ietf.org/doc/rfc9728/">Protected Resource Metadata</a> already exist.</p>



<p class="wp-block-paragraph"><strong>If something is genuinely new, call it out as a gap. </strong>The draft explicitly identifies areas where profiles, extensions, or new work is needed. Human-in-the-loop mid-execution authorization is one: <a href="https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html">CIBA</a> gets close but the message flow and client initiation model don’t map well to an agent needing approval during execution, not before. That gap has already produced a new draft (more below). Cross-domain use of transaction tokens is another. Dynamic client relationship management proved DCR was not the end goal, the emergence of <a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-client-id-metadata-document">CIMD</a> was helpful.</p>



<p class="wp-block-paragraph"><strong>Don&#8217;t solve the deployment architecture. </strong>AIMS is a conceptual model, not a product spec. It might be one component or distributed across identity providers, authorization servers, policy engines, and runtime enforcement points. That was intentional as it has to map to real deployments that already look different from each other.&nbsp;</p>



<h1 class="wp-block-heading"><strong>The ecosystem is moving</strong></h1>



<p class="wp-block-paragraph">This is the part that gives me optimism. The framework isn&#8217;t just a document; it helped catalyzing focused work on the specific areas where profiles and extensions are genuinely needed. It proved people aren&#8217;t reinventing but they&#8217;re extending precisely where the existing tire doesn&#8217;t fit the road.<br><br>The market started validating the thesis of the draft independently. <a href="https://www.linkedin.com/in/seanodentity/">Sean O&#8217;Dell</a>, Distinguished Engineer at CVS Health and now a co-author on the Transaction Token Chaining Profile, published <a href="https://www.theidentityunderground.com/post/you-already-have-the-pieces-now-build-it">&#8220;You Already Have the Pieces. Now Build It.&#8221;</a> on The Identity Underground. It&#8217;s worth reading in full. He opens with the same observation we built the draft around.<br><br><a href="https://developers.openai.com/api/docs/guides/workload-identity-federation">OpenAI</a>, <a href="https://platform.claude.com/docs/en/manage-claude/workload-identity-federation">Anthropic</a>, and <a href="https://docs.snowflake.com/en/user-guide/workload-identity-federation">Snowflake</a> have all shipped Workload Identity Federation endpoints&nbsp; using OIDC and SPIFFE-style credentials to authenticate workloads against their platforms without static API keys. This is literally the AIMS model landing in real systems. The theory is catching up to what practitioners are already doing, and vice versa.<br><br>Finally, new proposals have come out of this work:</p>



<p class="wp-block-paragraph"><a href="https://datatracker.ietf.org/doc/draft-rosomakho-oauth-txn-challenge/"><strong>OAuth Transaction Authorization Challenge</strong></a> by Yaroslav Rosomakho, Brian Campbell, <a href="https://karlmcguinness.com/">Karl McGuinness</a>, and Pieter Kasselman tackles head-on the human-in-the-loop gap we identified. CIBA&#8217;s message flow doesn&#8217;t map well to mid-execution approval as it&#8217;s client-initiated, not resource-driven. This draft flips it: the protected resource issues a signed challenge when a specific operation requires additional authorization; the agent relays the challenge to a client, which presents it to an authorization server that obtains approval and issues a transaction-scoped access token. It reuses OAuth&#8217;s existing capabilities.</p>



<p class="wp-block-paragraph"><a href="https://datatracker.ietf.org/doc/html/draft-oauth-transaction-tokens-for-agents"><strong>Transaction Tokens for Agents</strong></a> by Ashay Raut extends the Transaction Token specification with agent-specific semantics through the act claim for identifying the agent performing the action, and an <em>agentic_ctx</em> claim for conveying operational constraints relevant to authorization, auditing, and policy evaluation within the service graph.</p>



<p class="wp-block-paragraph"><a href="https://datatracker.ietf.org/doc/draft-fletcher-transaction-token-chaining-profile/"><strong>Transaction Token Authorization Grant Profile for OAuth Identity and Authorization Chaining</strong></a> by <a href="https://www.linkedin.com/in/gffletch/">George Fletcher</a>, Pieter Kasselman, and Sean O&#8217;Dell defines how a Transaction Token scoped to a single trust domain can be used as an authorization grant to obtain a JWT Authorization Grant for crossing a trust boundary. This is what makes cross-domain multi-agent workflows practical without requiring every authorization server to trust every other one directly.</p>



<p class="wp-block-paragraph"><a href="https://github.com/identitymonk/openid-wise"><strong>WISE: Workload Identity Security Events</strong></a> by Dag Sneeggen, Sean O’Dell, Pieter Kasselman, and myself profiles the Shared Signals Framework for workload identity lifecycle events. SSF, CAEP, and RISC solved the human identity signal story, and WISE extends the same asynchronous event model to workloads: credential rotation, trust revocation, posture changes, and the security state transitions that arise when agents act on behalf of humans, on behalf of other agents, or autonomously. It builds on RFC 8417 (SET), the WIMSE identifier and credential specifications, and the CAEP Interoperability Profile patterns.</p>



<p class="wp-block-paragraph">All of these are exactly the kind of focused, incremental work that the AIMS framework was designed to surface as missing.</p>



<h1 class="wp-block-heading"><strong>What this means for practitioners</strong></h1>



<p class="wp-block-paragraph">If you&#8217;re an identity architect or an IAM practitioner reading this, here&#8217;s the takeaway: you already have most of what you need to secure agentic workloads. The standards are written. The protocols are mature. What&#8217;s been missing is the map showing how they connect as well as the clarity on where the gaps actually are.</p>



<p class="wp-block-paragraph">That&#8217;s what AIMS provides. And where the map shows blank spots, the community is filling them in with targeted, interoperable specifications rather than competing greenfield stacks.</p>



<p class="wp-block-paragraph">We&#8217;re heading into IETF 126 in Vienna later this month. The AIMS draft is already shaping the standards landscape. I expect to have more exciting updates as those meetings wrap up. In the meantime, the pieces are on the table. Time to assemble.</p>



<h2 class="wp-block-heading"><br><br>About the Author</h2>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" width="980" height="1105" src="https://idpro.org/wp-content/uploads/2026/07/image-5.png" alt="" class="wp-image-3072" style="width:361px;height:auto" srcset="https://idpro.org/wp-content/uploads/2026/07/image-5.png 980w, https://idpro.org/wp-content/uploads/2026/07/image-5-266x300.png 266w, https://idpro.org/wp-content/uploads/2026/07/image-5-908x1024.png 908w, https://idpro.org/wp-content/uploads/2026/07/image-5-768x866.png 768w" sizes="(max-width: 980px) 100vw, 980px" /></figure>
</div>
</div>



<p class="wp-block-paragraph"><em>Jeff Lombardo is a Principal Identity Specialist at AWS based in Montreal. He contributes to IETF and OpenID Foundation work on identity architecture for agentic systems. The views expressed here are his own.</em><br><br></p>



<p class="wp-block-paragraph"></p>



<figure class="wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="346" height="350" data-id="2898" src="https://idpro.org/wp-content/uploads/2025/11/image-2.png" alt="" class="wp-image-2898" srcset="https://idpro.org/wp-content/uploads/2025/11/image-2.png 346w, https://idpro.org/wp-content/uploads/2025/11/image-2-297x300.png 297w" sizes="(max-width: 346px) 100vw, 346px" /></figure>



<figure class="wp-block-image size-full"><img decoding="async" width="600" height="600" data-id="2390" src="https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author.png" alt="" class="wp-image-2390" srcset="https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author.png 600w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-300x300.png 300w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-150x150.png 150w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-320x320.png 320w" sizes="(max-width: 600px) 100vw, 600px" /></figure>
</figure>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://idpro.org/how-we-stopped-reinventing-and-started-composing-standards-for-agentic-identity/">Assembly Required: How we Stopped Reinventing and Started Composing Standards for Agentic Identity</a> appeared first on <a href="https://idpro.org">IDPro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Assembly Required: How We Stopped Reinventing and Started Composing Standards for Agentic Identity</title>
		<link>https://idpro.org/incompatible-approaches-to-iam-maturity/</link>
		
		<dc:creator><![CDATA[Elizabeth Garber]]></dc:creator>
		<pubDate>Mon, 29 Jun 2026 23:11:11 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[Agentic AI]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[iam]]></category>
		<category><![CDATA[identity and access management]]></category>
		<guid isPermaLink="false">https://idpro.org/?p=3059</guid>

					<description><![CDATA[<p>Several maturity frameworks exist in the IAM space. The problem is not that they are unavailable. It is that they are incompatible with each other.</p>
<p>The post <a href="https://idpro.org/incompatible-approaches-to-iam-maturity/">Assembly Required: How We Stopped Reinventing and Started Composing Standards for Agentic Identity</a> appeared first on <a href="https://idpro.org">IDPro</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>NEWSLETTER SERIES: WE STILL DON&#8217;T HAVE A STANDARD WAY TO MEASURE IAM MATURITY</strong></p>



<p class="wp-block-paragraph">Part 2 of 3</p>



<p class="wp-block-paragraph">By Vidyaa Ganesh</p>



<p class="wp-block-paragraph"><em><em>This is Part 2 of a three-part series on IAM maturity measurement. Part 1 reviewed the published research showing that 60-70% of organizations remain at early-to-mid stages of IAM maturity. This installment examines the frameworks currently available and the structural reasons no standard has emerged.</em></em></p>



<p class="wp-block-paragraph">If 60% to 70% of organizations are stuck at early-to-mid stages of IAM maturity, as five independent research sources consistently show, a natural question follows: why can&#8217;t they measure and track their way out? The answer is not that frameworks are absent. Several exist. The answer is that they are incompatible with each other and, in most cases, not designed for cross-organizational comparison.</p>



<h2 class="wp-block-heading"><strong>CMMI and General-Purpose Maturity Models</strong></h2>



<p class="wp-block-paragraph">The Capability Maturity Model Integration, now maintained by ISACA, provides a well-established framework for assessing process maturity across domains. Its five-level structure (Initial, Managed, Defined, Quantitatively Managed, Optimizing) has been widely adopted outside its original software engineering context. CMMI&#8217;s staged representation introduces an important concept: lower-level capabilities must be satisfied before higher levels can be claimed. An organization cannot skip foundational process areas and still achieve a high maturity rating.</p>



<p class="wp-block-paragraph">CMMI&#8217;s limitation for IAM is that it is domain-agnostic. It provides structure and principles, but it does not define what IAM-specific capabilities should be measured, how they should be weighted, or what constitutes a reasonable benchmark for a given industry.</p>



<h2 class="wp-block-heading"><strong>Gartner IAM Program Maturity Model</strong></h2>



<p class="wp-block-paragraph">Gartner&#8217;s IAM Program Maturity Model, published in September 2025, defines six dimensions of IAM maturity across five levels. It is perhaps the most authoritative vendor-neutral reference available, and its dimension structure (covering governance, identity lifecycle, access management, privileged access, and related areas) reflects a comprehensive view of what IAM programs should include.</p>



<p class="wp-block-paragraph">However, the model is paywalled, which limits its utility as a shared community standard. It also does not publish empirical benchmark data showing where organizations in specific industries typically fall on its scale. Without that benchmark layer, an organization can assess itself against the model&#8217;s definitions but has no way to know how it compares to its peers.</p>



<h2 class="wp-block-heading"><strong>SailPoint Horizons Framework</strong></h2>



<p class="wp-block-paragraph">SailPoint&#8217;s Horizons framework is notable because it publishes actual empirical data. The five-horizon model is based on annual surveys, uses a clustering algorithm to assign organizations to maturity levels, and breaks results out by industry, geography, and organizational size. It also explicitly incorporates the concept of capability prerequisites: to be placed in a given horizon, an organization&#8217;s capabilities must cover most environments and identity types.</p>



<p class="wp-block-paragraph">The limitation is that SailPoint is a vendor with commercial interests in the identity governance space. While the research methodology appears sound, a vendor-published framework will always face questions about objectivity, particularly when the recommended path to higher maturity runs through capabilities that the vendor sells.</p>



<h2 class="wp-block-heading"><strong>CISA Zero Trust Maturity Model</strong></h2>



<p class="wp-block-paragraph">The Cybersecurity and Infrastructure Security Agency published a Zero Trust Maturity Model that includes an identity pillar with explicit maturity levels. It is publicly available and government-backed, which gives it credibility. The model explicitly states dependencies between pillars: identity capabilities must be established before device trust or network trust can be meaningful.</p>



<p class="wp-block-paragraph">The model is scoped to zero trust architecture, not IAM broadly. It does not cover domains like identity governance and administration, customer identity, or the operational and organizational dimensions of an IAM program. It is useful as a reference but incomplete as a general-purpose IAM maturity standard.</p>



<h2 class="wp-block-heading"><strong>Vendor-Specific Models</strong></h2>



<p class="wp-block-paragraph">Several vendors have published maturity models specific to their market segment. Okta published a four-stage CIAM maturity curve (Basic, Automated, Intelligent, Continuous). Auth0, now part of Okta, published an Identity Maturity Framework with six assessment dimensions. WSO2 published a five-level CIAM maturity model.</p>



<p class="wp-block-paragraph">These models are useful for understanding capability progression within a specific domain, but they share a common limitation: none publishes empirical data about where organizations actually fall on their respective scales. They define the levels but do not populate them with benchmark data.</p>



<h2 class="wp-block-heading"><strong>The Comparability Problem</strong></h2>



<p class="wp-block-paragraph">The fundamental issue is not that frameworks are absent. It is that they are mutually incompatible. An organization assessed using SailPoint&#8217;s five-horizon model cannot compare its results to one assessed using Bravura&#8217;s four-level model or Gartner&#8217;s six-dimension framework. The scales differ, the dimensions differ, the weighting logic (where it exists) differs, and the definitions of what constitutes each level differ.</p>



<p class="wp-block-paragraph">For IAM practitioners, this means that changing consultants often means starting the measurement process from scratch. For CISOs reporting to boards, it means that year-over-year comparisons are only valid if the same assessment approach is used each time. For the industry as a whole, it means there is no aggregate data pool that could raise the bar for everyone.</p>



<p class="wp-block-paragraph"><strong>Table 2. </strong><em>Comparison of existing IAM maturity frameworks</em></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th><strong>Framework</strong></th><th><strong>Scale</strong></th><th><strong>Empirical Data?</strong></th><th><strong>Vendor-Neutral?</strong></th><th><strong>Cross-Org Comparable?</strong></th></tr></thead><tbody><tr><td>CMMI</td><td>5 levels</td><td>N/A (domain-agnostic)</td><td>Yes</td><td>Within CMMI adopters</td></tr><tr><td>Gartner IAM Maturity</td><td>6 dim, 5 levels</td><td>No (paywalled)</td><td>Yes</td><td>No public benchmarks</td></tr><tr><td>SailPoint Horizons</td><td>5 horizons</td><td>Yes (375 respondents)</td><td>No (vendor)</td><td>Within SailPoint data</td></tr><tr><td>CISA ZT Maturity</td><td>4 levels, 5 pillars</td><td>No</td><td>Yes</td><td>No benchmarks</td></tr><tr><td>Okta CIAM Curve</td><td>4 stages</td><td>No</td><td>No</td><td>No</td></tr><tr><td>Auth0 IMF</td><td>6 dimensions</td><td>No</td><td>No</td><td>No</td></tr></tbody></table></figure>



<h2 class="wp-block-heading"><strong>Why No Standard Has Emerged</strong></h2>



<p class="wp-block-paragraph">Given the clear need for standardized measurement, it is reasonable to ask why one does not already exist. Several structural factors have worked against the emergence of a shared standard.</p>



<p class="wp-block-paragraph"><strong>Vendor incentives cut against standardization. </strong>Identity vendors benefit from publishing their own maturity models because it frames the conversation in terms of their product capabilities. A vendor&#8217;s maturity model will, almost by definition, position the vendor&#8217;s strongest features as markers of advanced maturity. This creates a structural incentive against converging on a shared, vendor-neutral standard.</p>



<p class="wp-block-paragraph"><strong>IAM spans too many domains. </strong>IAM encompasses identity governance and administration, privileged access management, workforce authentication, customer identity, cloud identity, identity threat detection, and governance and strategy. Each has its own maturity curve, vendor landscape, and regulatory drivers. Building a single model that meaningfully covers all of them requires significant domain expertise and difficult weighting decisions.</p>



<p class="wp-block-paragraph"><strong>No governing body has taken ownership. </strong>Unlike financial accounting (which has GAAP and IFRS) or software process maturity (which has CMMI), identity management does not have a single governing body that has taken responsibility for defining and maintaining a measurement standard. Organizations like IDPro, IDSA, NIST, and ISACA each contribute pieces of the puzzle, but none has published a comprehensive, empirically-grounded IAM maturity standard.</p>



<p class="wp-block-paragraph"><strong>Measurement requires difficult methodological choices. </strong>How should domains be weighted against each other? Should privileged access management carry more weight than governance? How do you handle the scenario where an organization scores highly in advanced areas but has gaps in foundational controls? These are not trivial questions, and without empirical data to validate different approaches, any methodology choice can be challenged.</p>



<p class="wp-block-paragraph"><strong>The CIAM measurement gap. </strong>While workforce IAM has at least some benchmark data available, the CIAM space has essentially none. Gartner&#8217;s 2025 research found that over 50% of organizations still use homegrown or no CIAM solution at all. Multiple vendors have published CIAM maturity models, but none has published empirical data about where organizations actually fall on those models.</p>



<p class="wp-block-paragraph"><strong>Endnotes</strong></p>



<p class="wp-block-paragraph">9. ISACA, CMMI Version 3.0 (CMMI Institute/ISACA, 2023).</p>



<p class="wp-block-paragraph">10. Gartner, Inc., Identity and Access Management Program Maturity Model (September 2025), Document ID: 1203314.</p>



<p class="wp-block-paragraph">11. SailPoint, Horizons 2025-2026, Appendix, p. 44.</p>



<p class="wp-block-paragraph">12. Cybersecurity and Infrastructure Security Agency, Zero Trust Maturity Model (CISA, 2023).</p>



<p class="wp-block-paragraph">13. Okta, Inc., From Zero to Hero: The Path to CIAM Maturity (Okta eBook).</p>



<p class="wp-block-paragraph">14. Auth0/Okta, Auth0 Identity Maturity Framework (IMF) (Auth0, 2021).</p>



<p class="wp-block-paragraph">15. WSO2, A Maturity Model for Customer IAM (WSO2 Blog).</p>



<p class="wp-block-paragraph">16. Gartner, Inc., Innovation Insight for Customer and Partner IAM (April 2025).<br><br></p>



<p class="wp-block-paragraph"><strong>NEXT IN THIS SERIES</strong></p>



<p class="wp-block-paragraph"><strong>Part 3: What Good Measurement Looks Like</strong></p>



<p class="wp-block-paragraph"><em>If the IAM community is going to move toward standardized measurement, what would a credible framework need to include? Seven design principles, the open questions that remain, and a call to action.</em></p>



<h2 class="wp-block-heading"><br><br>About the Author</h2>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="400" height="400" src="https://idpro.org/wp-content/uploads/2026/05/image-3.png" alt="" class="wp-image-3037" style="width:361px;height:auto" srcset="https://idpro.org/wp-content/uploads/2026/05/image-3.png 400w, https://idpro.org/wp-content/uploads/2026/05/image-3-300x300.png 300w, https://idpro.org/wp-content/uploads/2026/05/image-3-150x150.png 150w, https://idpro.org/wp-content/uploads/2026/05/image-3-320x320.png 320w" sizes="auto, (max-width: 400px) 100vw, 400px" /></figure>
</div>
</div>



<p class="wp-block-paragraph">Vidyaa Ganesh is a Senior IAM Engineer and a solutions architect with over six years of experience delivering identity governance programs for financial services, energy, telecommunications, and public sector clients. She holds a Master of Engineering from Concordia University, is a member of IDPro, and is the creator of AXIS (axis.identara.ca), an open IAM maturity assessment framework.</p>



<p class="wp-block-paragraph"></p>



<figure class="wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="346" height="350" data-id="2898" src="https://idpro.org/wp-content/uploads/2025/11/image-2.png" alt="" class="wp-image-2898" srcset="https://idpro.org/wp-content/uploads/2025/11/image-2.png 346w, https://idpro.org/wp-content/uploads/2025/11/image-2-297x300.png 297w" sizes="auto, (max-width: 346px) 100vw, 346px" /></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="600" data-id="2390" src="https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author.png" alt="" class="wp-image-2390" srcset="https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author.png 600w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-300x300.png 300w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-150x150.png 150w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-320x320.png 320w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>
</figure>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://idpro.org/incompatible-approaches-to-iam-maturity/">Assembly Required: How We Stopped Reinventing and Started Composing Standards for Agentic Identity</a> appeared first on <a href="https://idpro.org">IDPro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Authentication and AI: A Race Against Time</title>
		<link>https://idpro.org/authentication-and-ai-a-race-against-time/</link>
		
		<dc:creator><![CDATA[VTM Web Services]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 19:40:04 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[authentication]]></category>
		<guid isPermaLink="false">https://idpro.org/?p=2560</guid>

					<description><![CDATA[<p>Disclaimer: The views expressed in the content below are solely those of the author and do not necessarily reflect the [&#8230;]</p>
<p>The post <a href="https://idpro.org/authentication-and-ai-a-race-against-time/">Authentication and AI: A Race Against Time</a> appeared first on <a href="https://idpro.org">IDPro</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>Disclaimer: The views expressed in the content below are solely those of the author and do not necessarily reflect the views of the IDPro organization.</em></p>



<p class="wp-block-paragraph">True confession: Many decades ago, my 17-year-old self created a synthetic identity with ready-made biometric authentication…otherwise known as a fake ID. Living in Hawaii, I needed a faraway place to call my fake home, and I picked Yonkers, New York. You could call me a real-life reverse <a href="https://www.amazon.com/McLovin-Superbad-Complement-Costumes-Professional/dp/B0CM2JRKB5/ref=sr_1_3?crid=1OAIGE7AASCDU&amp;dib=eyJ2IjoiMSJ9.ZIBr-lvN02mrn0F2P7QGjzYd9rXLF5BU4Y5NG2VEgZkowLuREMLa_HvX86U-YyNN9VhvnLf_jsvJvepJ_hewFCAThAgd1sGqnCuan-cCOx2sPT77HcuhGJ3hVDmqvjZs9ti6Mh0jJC12ML1MOx4YeFd1yiXMT5_MoTkei8vq6U5JgjdzJAWCQr92HohWNpvuv8pudrlhAj8y8wRm1qeJXAJWgyrFM4a6L51uzz4F9CK4QyJiAWSnifIOInHe4gM9_9jO5vQ_6SDH3cDK1EEWju6IRfl7kWQ6kdUtPCUr844.XlG-aopuhevCZpoXh8Pmq7PwbOHi_XqBUckzrd5GJAA&amp;dib_tag=se&amp;keywords=mclovin%2Bid&amp;qid=1710453679&amp;sprefix=mclovin%2Caps%2C177&amp;sr=8-3&amp;th=1"> McLovin</a>.</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh7-us.googleusercontent.com/HH2qNgIJFy_OT_iEdRxl89PslnujfX8HX7RobsIN8NHvuabR3kVNsUTORxUfPVUljNEz8ljLy7gNXFn32DIBkbamBgrNl3Ey-9_iGBAlv9YzXA7y4k0IqWykKVnYLNr-6l7cLA7_N4csM0YWna3uDK4" alt=""/></figure>



<p class="wp-block-paragraph">Get yours today! Credit:<a href="https://www.amazon.com/McLovin-Superbad-Complement-Costumes-Professional/dp/B0CM2JRKB5/ref=sr_1_3?th=1"> Amazon</a></p>



<p class="wp-block-paragraph">Fast forward to now. Identification is, of course, much more easily checked – but it’s also much more easily faked. In large part that’s thanks to generative AI, which dramatically increases the scale and automation of attacks.</p>



<p class="wp-block-paragraph"><a href="https://www.crowdstrike.com/global-threat-report/">Crowdstrike’s Global Threat Report</a> documents how “identity threats exploded in 2023” with a boost from genAI, and that’s not even the half of it. Read on to understand where the threat is coming from and what to do about it.</p>



<h2 class="wp-block-heading"><strong>Biometrics, We Hardly Knew Ye</strong></h2>



<p class="wp-block-paragraph">Many organizations have been making upgrades to strengthen their authentication capabilities, often through the application of biometrics.</p>



<p class="wp-block-paragraph">But is biometric authentication the factor you think it is?</p>



<h3 class="wp-block-heading"><strong>Authentication Factors: Thou Shalt Count to Three</strong></h3>



<p class="wp-block-paragraph">Classically, there are three factors used to verify the authenticity of a credential; using them in combination contributes to authentication strength. (Other contextual cues in their infinite variety form a phantom fourth factor.<a href="https://genius.com/Monty-python-holy-hand-grenade-of-antioch-annotated"> Five is right out</a>!)</p>



<ul class="wp-block-list">
<li><strong>Something you know</strong>, like a password, is what<a href="https://pages.nist.gov/800-63-3/sp800-63b.html"> NIST’s Digital Identity Guidelines</a> call a “memorized secret”.</li>



<li><strong>Something you have</strong>, like your association with a particular mobile device, is what NIST refers to as an “out-of-band authenticator”.</li>



<li><strong>Something you are</strong>, like your particular face or fingerprint, is what NIST calls a “biometric characteristic”.</li>
</ul>



<p class="wp-block-paragraph">Two of my financial services providers just rolled out voice authentication as a new “strong” method lately, and tout not just its ease of use but also its security. We are assured, for example, that “Your voiceprint is stored securely as a mathematical equation, and only works for verification with our system.”</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh7-us.googleusercontent.com/dGPxC7RUbpdI38HaJ1zO5ZEgD2agyLctFvo880LFHGBbHVxgXuf8q-WCyaZnhUE5zSSD4WjpXqbSQxwJo-W06kNr7oZ-PlncjGVqkYbi09Rz7ysQJ_qt9TSWRWI59RwIWkVNGIXkORl0GBgy60eB9Vw" alt=""/></figure>



<p class="wp-block-paragraph">Now why would there be a<a href="https://www.youtube.com/watch?v=MhLeA_A7n30"> Spinal Tap reference</a> here? Credit:<a href="https://i.makeagif.com/media/9-25-2015/jqNM2c.gif"> MakeAGIF</a></p>



<p class="wp-block-paragraph">Is that really how things work?</p>



<h3 class="wp-block-heading"><strong>Biometrics Are Different</strong></h3>



<p class="wp-block-paragraph">The unfortunate fact is that biometrics make a better username than a password. That is, they’re pretty good at distinguishing “you” from “other people”, but limited in their ability to confirm that you are you. As<a href="https://pages.nist.gov/800-63-3/sp800-63b.html#biometric_use"> NIST says</a>:</p>



<p class="wp-block-paragraph">For a variety of reasons, this document supports only limited use of biometrics for authentication.</p>



<p class="wp-block-paragraph">Their reasons are important to understand:</p>



<ul class="wp-block-list">
<li>The nature of biometric comparison is to be <strong>probabilistic</strong> – based on statistical likelihood – rather than deterministic, such as when a system compares a presented vs. pre-registered password or device. It gets a letter grade vs. a pass/fail.</li>



<li>The false match rate (FMR) and false non-match rate (FNMR) of a biometric method are critical stats — but you don’t interpret a <strong>low FMR</strong> alone as giving high authentication confidence. This rate doesn’t even account for <strong>spoofing attacks</strong>.</li>



<li>Unlike with a password or device, there are few circumstances where you can properly <strong>revoke</strong> a biometric. After all, you can’t just do a “fingerprint reset” on yourself.</li>
</ul>



<ul class="wp-block-list">
<li>The biggest distinction is that biometric characteristics <strong>aren’t secrets</strong>! Many biometrics make terrible secrets because they’re part of our exhaust data, both online and IRL. It’s a losing battle to protect something like a unique face from being seen.</li>



<li>As a result, we must rely on <strong>liveness detection</strong> to ensure a binding between the presented biometric and the person. And that means we must trust a complex chain of detection <strong>sensors and processors</strong>.</li>
</ul>



<h3 class="wp-block-heading"><strong>The Last Decade Saw a Legit Biometrics Revolution</strong></h3>



<p class="wp-block-paragraph">This isn’t to say that biometrics can’t form a crucial part of secure ecosystems.</p>



<p class="wp-block-paragraph"><strong>Touch ID</strong>’s launch in 2013 started something big. Its immediate impact was to make the iPhone 5s easier to <em>un</em>lock. Fingerprint readers had previously required cumbersome end-user processes and erred on the side of extra-low FMRs. For the price of a few more false positives, and with a painless enrollment process built into the experience, Touch ID – and in 2017, <strong>Face ID</strong> – led to a remarkable cascade of use cases.</p>



<ul class="wp-block-list">
<li><strong>Phone usage increased.</strong> In 2013, the year of Touch ID, people were checking their phones<a href="https://www.theverge.com/23868464/apple-iphone-touch-id-fingerprint-security-ten-year-anniversary"> 110</a> times a day. By 2022, that number was up to<a href="https://www.techspot.com/news/94828-adults-us-check-their-phones-352-times-day.html"> 352</a> times a day, or once every three minutes on average. (You know you’ve done it!)</li>



<li><strong>Phone </strong><strong><em>security</em></strong><strong> increased.</strong> In 2013, 53% of phones were kept locked. By 2021, locked phones were<a href="https://www.theverge.com/23868464/apple-iphone-touch-id-fingerprint-security-ten-year-anniversary"> ubiquitous</a> at nearly 99%.</li>



<li><strong>Phones became de facto data wallets.</strong> The new mobile environment, involving a secure element, made on-device storage of personal data – including items beyond biometric templates for face and fingerprint matches – attractive.</li>



<li><strong>Phones became wallets, period.</strong> The availability of this data, and the ability to bind it to the end-user with biometrics, unleashed a flood of payment scenarios and the digital wallet era.</li>
</ul>



<p class="wp-block-paragraph">Mobile OS-level biometric unlocking isn’t without complications, such as reliance on a memorized secret (PIN) for confirmation and recovery. But the sheer weight of improved security and value has been impressive.</p>



<h3 class="wp-block-heading"><strong>AI Cut Short the Server-Side Biometrics Revolution</strong></h3>



<p class="wp-block-paragraph">Unfortunately, we’re in a dramatic new threat landscape.</p>



<p class="wp-block-paragraph">I’m focusing on the “server-side” revolution because <strong>wholly digital identity scenarios</strong> – foreign travel pre-authorization, remote employee onboarding, direct-to-consumer eCommerce, gaming – have become inescapable. And they rely more and more on server-side biometrics for identity verification and authentication. These scenarios are now at extra risk when they use these biometric checks without a trusted device as another factor.</p>



<p class="wp-block-paragraph">The generative AI revolution took mere weeks to explode from a bubbling low-level concern into a bona fide threat. November 2022 saw the launch of ChatGPT’s API, DALLE-2, and Whisper. Just two months later, organizations experienced disturbingly widespread AI-boosted identity fraud: In a survey concluding in January 2023, <a href="https://regulaforensics.com/news/one-third-of-global-businesses-already-hit-by-voice-and-video-deepfake-fraud/">Regula Forensics</a> found that 29% of organizations were being targeted by video deepfakes and 37% by voice deepfakes.</p>



<p class="wp-block-paragraph">By December 2023, <a href="https://www.iproov.com/reports/iproov-threat-intelligence-report-2024">iProov’s Threat Intelligence Report</a> revealed that face swaps increased 704% from the first half of the year to the second. They warned that “Face swaps are now firmly established as the deepfake of choice among persistent threat actors,” and that nearly half of the threat groups they’re tracking were newly created.</p>



<p class="wp-block-paragraph">The report shares an up-to-date <a href="https://vimeo.com/908608849/908608788">example of face swap technology</a> (see the second listed video) that provokes amazement among viewers but is becoming routine among threat actors.</p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://lh7-us.googleusercontent.com/IXfKQTTpcotgZWIJlP0Rcass58MKNGldUU-SRd5pmY7tPI_dGJjX5T7TdAFr9JEABE7xUUADkluNEaLK2fdENtDCPitSqW2vKpF4nlG3TyJUic5shlmszRiXm8tsmH5wjH_pORZyAPOAyTVkaKUYJPU" alt="" style="width:217px;height:auto"/></figure>



<p class="wp-block-paragraph">Creepy. Credit:<a href="https://vimeo.com/908608849/908608788"> iProov</a></p>



<p class="wp-block-paragraph">AI technology can be used cleverly for good even in the deepfake realm – check out HYPR’s <a href="https://www.linkedin.com/posts/bojansimic_heres-a-video-of-me-explaining-identity-activity-7179103546229817345-Bham/?utm_source=share&amp;utm_medium=member_desktop">Bojan Simic “speaking” in Japanese</a> — but even the creators of the base technologies are spooking themselves about the consequences. <a href="https://www.biometricupdate.com/202404/openai-says-its-voice-cloning-tool-is-too-effective-for-public-release">OpenAI</a> has stated its Voice Engine should be held back from general release because it’s so good that it’s certain to be misused.</p>



<h2 class="wp-block-heading"><strong>A Brief Tour Through the Consequences</strong></h2>



<p class="wp-block-paragraph">The monetary costs of this new landscape are shocking – but we should also recognize the societal costs of these very personal forms of attack.</p>



<h3 class="wp-block-heading"><strong>Classic Cyber</strong></h3>



<p class="wp-block-paragraph">The most obvious consequence is <strong>classic cyber risk and fraud</strong>. Most of the attacks are intended for financial gain. A <a href="https://www.voanews.com/a/deepfake-scam-video-cost-company-26million-hong-kong-police-says/7470542.html">dramatic example</a> came in early February 2024 when a Hong Kong finance professional experienced a unique form of spear phishing: a faked-up request to transfer HK$200 million, supported by an entire cast of senior exec characters deepfaked in the context of video conference calls.</p>



<h3 class="wp-block-heading"><strong>Political</strong></h3>



<p class="wp-block-paragraph">Nonmonetary but serious motivations include <strong>disrupting the political landscape</strong>. A voice deepfake, not the real President Joe Biden, was behind a series of<a href="https://www.youtube.com/watch?v=prFjFLPOaQQ"> robocalls</a> in January 2024 urging New Hampshirites <em>not</em> to vote in their state’s primary election. Granite Staters who remembered a similar controversy from mid-2022 may have been extra confused because the earlier instance was a <a href="https://www.bbc.com/news/62338593">false alarm</a>.</p>



<h3 class="wp-block-heading"><strong>Cultural</strong></h3>



<p class="wp-block-paragraph">The constant uncertainty about what’s real affects <strong>not just famous people but all individuals</strong>.</p>



<p class="wp-block-paragraph">Every 100% digital interaction without a definitive authentication method now has question marks around it. We could call this the<a href="https://bladerunner.fandom.com/wiki/Voight-Kampff_test"> Voight-Kampff</a> challenge, after the test in the Blade Runner movie (and source<a href="https://www.litcharts.com/lit/do-androids-dream-of-electric-sheep/symbols/the-voigt-kampff-test"> novel</a>) to root out non-humans that relied on micro-expressions, bodily functions, and expressions of empathy. To the question “How can people not tell this is AI?” posted in March 2024,<a href="https://www.reddit.com/r/mildlyinfuriating/comments/1b549d8/comment/kt369b6/?rdt=50698"> one Redditor said</a>:</p>



<p class="wp-block-paragraph">“Seeing AI pictures, reading AI generated text, I&#8217;m starting to feel like Rick Deckard. I&#8217;m no longer able to trust anything I see or even &#8216;people&#8217; I talk to through chat OR voice. I&#8217;m giving everyone and everything around me the Turing Test without even realizing it.”</p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://lh7-us.googleusercontent.com/m9wYl9vyByx_xurQovrwVVYzbVXmzY8VOMYLDpwajqIQEkvauAx8sUF-e1598_EUdMX6nkG3nSfp1P_Eh4PP81RuDHWE-N0YothEXKgPqxDA0gVz5cleSDs_Ib_YvYWnw5xWGZO8Cf0dpt7SH9F9loM" alt="" style="width:267px;height:auto"/></figure>



<p class="wp-block-paragraph">Another fake ID you can go and buy. Credit:<a href="https://www.ebay.co.uk/itm/142365801301"> eBay</a></p>



<p class="wp-block-paragraph">Check out the <a href="https://www.trueproject.co.uk">TRUE</a> project, which is taking this societal risk very seriously indeed.</p>



<h2 class="wp-block-heading"><strong>Doing Battle Against These Risks</strong></h2>



<p class="wp-block-paragraph">What are our best options to mitigate and prevent these risks, when AI is powering high-scale attacks and elaborate spear-phishing episodes alike?</p>



<p class="wp-block-paragraph">Some options count as obvious CISOcraft (or are perhaps emerging as <a href="https://www.linkedin.com/pulse/who-should-charge-iam-whats-role-ciso-martin-kuppinger-vpncc/?trackingId=94hCoE7ifcjDrxv93V72lw%3D%3D">CIDOcraft</a>). A Zero-Trust mindset and a commitment to layering signals and decision-making actions still go a long way. A <a href="https://www.bleepingcomputer.com/news/security/lastpass-hackers-targeted-employee-in-failed-deepfake-ceo-call/">LastPass</a> employee recently batted away a social engineering attack that had a deepfake element but smelled wrong for traditional reasons. And successful attacks like <a href="https://www.scmagazine.com/news/chatgpt-credentials-snagged-by-infostealers-on-225k-infected-devices">these stolen ChatGPT credentials</a> are AI-adjacent but not necessarily a consequence of the AI era.</p>



<p class="wp-block-paragraph">Here are additional recommendations for battling these dramatic new threats.</p>



<h3 class="wp-block-heading"><strong>Respect the New Arms Race We’re In</strong></h3>



<p class="wp-block-paragraph">Now is the time to develop a deep appreciation for the ways biometrics are different and the ways AI is rapidly creating unknowns. Stay attuned to <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST’s Digital Identity Guidelines</a> in these areas, and stay alert for the forthcoming <a href="https://pages.nist.gov/800-63-4/updates/">final fourth revision</a>. As well, check out the work of the <a href="https://kantara.atlassian.net/wiki/spaces/DGDF/overview">Kantara Deepfakes group</a>.</p>



<p class="wp-block-paragraph">The<a href="http://liveness.com"> Liveness.com</a> site reminds us that two-dimensional liveness checking isn’t all it’s cracked up to be, yet. So, increase your awareness of the state of the art in liveness detection and participate in the security community surrounding it. If you’ve got a great solution, consider taking part in <a href="https://face2024.livdet.org">Face 2024</a> and other competitions. The FTC’s recent<a href="https://www.ftc.gov/news-events/news/press-releases/2024/04/ftc-announces-winners-voice-cloning-challenge"> voice cloning challenge</a> produced heartening results.</p>



<h3 class="wp-block-heading"><strong>Pair Biometrics With Other Authentication Tricks</strong></h3>



<p class="wp-block-paragraph">Passwordless <em>experiences</em> that get still-extant passwords off the wire are still better than password-bearing interactions. Much like Touch ID, they have the potential to reduce ecosystem-wide risk. So, accelerate your plans to move to phishing-resistant authentication methods. <a href="https://liminal.co/articles/navigating-customer-authentication-landscape/">Liminal research</a> says 48% of practitioners who are planning to adopt passwordless solutions in the next two years prefer biometric authentication.</p>



<p class="wp-block-paragraph"><a href="https://fidoalliance.org/white-paper-multi-device-fido-credentials/">FIDO multi-device credentials</a> aren’t perfect, but they hit a new sweet spot for security, privacy, user choice, and user experience. So, use passkeys where possible. They typically leverage biometrics in proper fashion, binding the user to the channel used.</p>



<h3 class="wp-block-heading"><strong>Get Fine-Grained About Verifying Identity Data</strong></h3>



<p class="wp-block-paragraph">If you want to be sure you’re not looking at a “swapped face”, add more identity verification signals to your registration and authentication user journeys. The trick is to scope those signals to individual pieces of data, make them more privacy sensitive, and reduce their invasion into the user experience. An example is privacy-sensitive age estimation, a new biometric technique for responding to the age-appropriate design codes and website age-gating mandates<a href="https://www.yoti.com/blog/us-age-verification-laws-for-online-platforms/"> sprouting up</a>.</p>



<p class="wp-block-paragraph">The emerging verifiable credentials era presents an intriguing opportunity to start trading in verified-identity “small data”. If you could ask for and receive individual verified identity signals from a user’s wallet — with biometric and binding assurances about the quality of those signals —<a href="https://www.kuppingercole.com/get/1530_-_1545_maler_-_the_killer_credential.pdf"> what would you ask for</a>?</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Finally: Be wary of simply participating in a classical security arms race as your only strategy. Bots battling bots for inches of fraud detection ground won’t get us where we need to go. Incremental gains in liveness detection will be swamped by AI’s endless invention. We’re in the biometrics singularity now — so we need to innovate more than ever before.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<figure class="wp-block-image"><img decoding="async" src="https://lh7-us.googleusercontent.com/D_-BvH5U4i35w4Ig4WfuBZRPo_ShcxCdREhDA8URfkDV8ny1mgaDlFwp6pUNOpnX18hf57v9zxwDCesKcv_8RdBNhNNyUzIMvYwaUtyLHf68YuAlKtFnaL5R5kD0PfjUHsvIwnJZILzZxqbznWDz9B8" alt=""/></figure>



<p class="wp-block-paragraph"><em>Eve is a globally recognized pioneer in identity and access management and standards. Her roots are in semi-structured data modeling and the API economy and include a passion for fostering successful ecosystems and individual empowerment. At Venn Factory she drives identity, security, and privacy success in the connected world by bridging the gap between technical intricacies and strategic business outcomes.</em></p>



<p class="wp-block-paragraph"><em>Eve&#8217;s leadership on pivotal protocols such as XML, SAML, UMA, and HEART as well as industry efforts like UK Open Banking, US government health IT, and the medical Internet of Things demonstrate her unwavering commitment to innovation.</em></p>



<p class="wp-block-paragraph"><em>As CTO of ForgeRock, Eve oversaw emerging technology R&amp;D, evangelism, and innovation culture, and empowered her team and cross-functional colleagues to deliver results to dozens of Global 5000 customers, partners, analysts, publications, and events. She previously served as a Forrester Research security and risk analyst covering IAM, strong authentication, and API security.</em></p>



<p class="wp-block-paragraph"><em>Thanks for reading! <em>Visit the&nbsp;<a href="https://www.vennfactory.com/" target="_blank" rel="noreferrer noopener">Venn Factory</a>&nbsp;to request an expanded version of this article</em>.</em></p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="600" height="600" data-id="2436" src="https://idpro.org/wp-content/uploads/2023/11/IDPro_BoK_Badges_R5__Member.png" alt="" class="wp-image-2436" srcset="https://idpro.org/wp-content/uploads/2023/11/IDPro_BoK_Badges_R5__Member.png 600w, https://idpro.org/wp-content/uploads/2023/11/IDPro_BoK_Badges_R5__Member-300x300.png 300w, https://idpro.org/wp-content/uploads/2023/11/IDPro_BoK_Badges_R5__Member-150x150.png 150w, https://idpro.org/wp-content/uploads/2023/11/IDPro_BoK_Badges_R5__Member-320x320.png 320w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="600" height="600" data-id="2390" src="https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author.png" alt="" class="wp-image-2390" srcset="https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author.png 600w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-300x300.png 300w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-150x150.png 150w, https://idpro.org/wp-content/uploads/2023/10/IDPro_BoK_Badges_R5__Newsletter_Author-320x320.png 320w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>
</figure>
<p>The post <a href="https://idpro.org/authentication-and-ai-a-race-against-time/">Authentication and AI: A Race Against Time</a> appeared first on <a href="https://idpro.org">IDPro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk

Served from: idpro.org @ 2026-08-14 06:22:24 by W3 Total Cache
-->