<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									NHIMG Forum - Recent Topics				            </title>
            <link>https://nhimg.org/community/</link>
            <description>NHIMG Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 23 Jun 2026 01:11:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Phishing-resistant web authentication: are your controls truly relay-proof?</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/phishing-resistant-web-authentication-are-your-controls-truly-relay-proof/</link>
                        <pubDate>Mon, 22 Jun 2026 17:04:07 +0000</pubDate>
                        <description><![CDATA[TL;DR: Phishing-resistant web authentication depends on cryptographic binding to the real origin or session, not on prompts or one-time codes that attackers can relay through adversary-in-th...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Phishing-resistant web authentication depends on cryptographic binding to the real origin or session, not on prompts or one-time codes that attackers can relay through adversary-in-the-middle phishing, according to Scramble ID and CISA guidance. The practical shift is from assuming MFA equals resistance to treating relay-proof ceremony design as the control boundary.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: Phishing-Resistant Web Authentication</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-implement-phishing-resistant-authentication-without-hu/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams implement phishing-resistant authentication for workforce apps?</a></strong></p>
<p><strong>A:</strong> Start by making the primary login path origin-bound with WebAuthn or passkeys, then apply the same standard to step-up authentication for sensitive actions.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-otp-and-push-approvals-fail-against-adversary-in-the-middle-attacks/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do OTP and push approvals fail against adversary-in-the-middle attacks?</a></strong></p>
<p><strong>A:</strong> They fail because they prove user participation, not site authenticity.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-qr-login-is-not-session-bound/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when QR login is not session bound?</a></strong></p>
<p><strong>A:</strong> Without session binding, a QR becomes a transferable proof that can be scanned, forwarded, or replayed outside the initiating login context.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Classify each login path by relay resistance</strong> Map primary authentication, step-up, recovery, and shared-device flows separately.</li>
<li><strong>Require origin-bound authentication for high-risk access</strong> Use WebAuthn or passkeys for workforce access to sensitive applications, and enforce <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">user verification</a> where the action risk justifies it.</li>
<li><strong>Bind cross-device login to the initiating session</strong> If you use QR-based login, make the QR signed, short-lived, single-use, and tied to the browser session that initiated it.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full article covers the implementation detail this post intentionally leaves for the source:</p>
<ul>
<li>Exact WebAuthn and QR(DID) ceremony mechanics for same-device and cross-device login.</li>
<li>The signed payload and session-binding structure used to keep QR approvals tied to the initiating browser.</li>
<li>Deployment checklist details for retries, lockouts, expiry handling, and IdP integration through SAML or OIDC.</li>
<li>Reference material on phishing-resistant MFA from CISA and WebAuthn from W3C.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/phishing-resistant-web-authentication?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's guide to phishing-resistant web authentication and session binding →</a></strong></p>
<p><em>Phishing-resistant web authentication: are your controls truly relay-proof?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/phishing-resistant-web-authentication-are-your-controls-truly-relay-proof/</guid>
                    </item>
				                    <item>
                        <title>SSO integration quickstart: are your login controls actually precise?</title>
                        <link>https://nhimg.org/community/nhi-best-practices/sso-integration-quickstart-are-your-login-controls-actually-precise/</link>
                        <pubDate>Mon, 22 Jun 2026 17:03:57 +0000</pubDate>
                        <description><![CDATA[TL;DR: ScrambleID’s SSO quickstart says modern integrations should use SAML 2.0 for legacy apps and OIDC Auth Code plus PKCE for newer ones, with exact redirect URI matching, signature valid...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> ScrambleID’s SSO quickstart says modern integrations should use SAML 2.0 for legacy apps and OIDC Auth Code plus PKCE for newer ones, with exact redirect URI matching, signature validation, and deterministic login states, according to Scramble ID. The real lesson is that federated login fails when identity checks are approximate instead of cryptographically exact.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: SSO Integration Quickstart</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">Only 5.7% of organisations have full visibility</a> into their service accounts.</li>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">96% of organisations store secrets outside</a> of secrets managers in vulnerable locations including code, config files, and CI/CD tools.</li>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">90% of IT leaders say properly managing</a> NHIs is essential for a successful zero-trust implementation.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-implement-exact-redirect-uri-matching-in-oidc-and-saml/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams implement exact redirect URI matching in OIDC and SAML?</a></strong></p>
<p><strong>A:</strong> Security teams should register only exact callback URLs, including scheme, host, path, and trailing slash, then reject any request that does not match the stored value.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-federated-login-failures-often-come-from-claim-mapping-rather-than-crypto/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do federated login failures often come from claim mapping rather than cryptography?</a></strong></p>
<p><strong>A:</strong> Federated login fails when the application cannot translate identity assertions into stable, deterministic account records.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-security-teams-get-wrong-about-oidc-token-validation/?utm_source=nhimg&amp;utm_medium=NHIForum">What do security teams get wrong about OIDC token validation?</a></strong></p>
<p><strong>A:</strong> Teams often validate only the signature and expiration, then stop.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Lock redirect handling to exact endpoints</strong> Register only exact redirect URIs and ACS URLs, then remove wildcard or pattern-based callback logic from production configs.</li>
<li><strong>Validate every signed token and assertion condition</strong> Check <a href="https://nhimg.org/nhi-lifecycle-management-guide?utm_source=nhimg&amp;utm_medium=NHIForum">issuer, audience, expiration, nonce, state</a>, and signature on each login response.</li>
<li><strong>Map claims to stable identifiers</strong> Use stable subject or NameID values as the primary key and map email, display name, groups, and roles separately.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full guide covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Exact endpoint examples for SAML and OIDC tenant wiring, including issuer, discovery, JWKS, and metadata patterns.</li>
<li>Copy-and-paste validation snippets and troubleshooting paths for redirect mismatches, stale certificates, and invalid issuer errors.</li>
<li>Concrete SAML attribute mapping examples for groups, email, and NameID handling across different application patterns.</li>
<li>A practical login-state matrix that engineers can use when building deterministic flows and error handling.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/sso-integration-quickstart-saml-oidc?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's SSO integration quickstart for SAML and OIDC setup →</a></strong></p>
<p><em>SSO integration quickstart: are your login controls actually precise?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/sso-integration-quickstart-are-your-login-controls-actually-precise/</guid>
                    </item>
				                    <item>
                        <title>Lockstep dual control for identity actions: what changes for IAM teams?</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/lockstep-dual-control-for-identity-actions-what-changes-for-iam-teams/</link>
                        <pubDate>Mon, 22 Jun 2026 17:03:47 +0000</pubDate>
                        <description><![CDATA[TL;DR: Time-boxed, high-risk requests for actions like password resets, privilege elevation, or identity configuration changes can be made to require two or more humans to cryptographically ...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Time-boxed, high-risk requests for actions like password resets, privilege elevation, or identity configuration changes can be made to require two or more humans to cryptographically approve them before execution, using a strict state machine and auditable quorum logic, according to Scramble ID. The security question is no longer whether an action can be approved, but whether the approval path is bound tightly enough to resist spoofing, social engineering, and single-operator compromise.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: Lockstep Dual Control Status (June 2026)</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-implement-dual-control-for-high-risk-identity-actions/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams implement dual control for high-risk identity actions?</a></strong></p>
<p><strong>A:</strong> Start with the few actions that can materially widen access or cause irreversible loss, such as password resets, factor resets, admin grants, and identity configuration changes.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-email-and-chat-based-approvals-fail-for-separation-of-duties/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do email and chat-based approvals fail for separation of duties?</a></strong></p>
<p><strong>A:</strong> They fail because they are easy to spoof, hard to bind to the exact request, and often lack proof that the approver was the intended person on the intended device.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-a-single-approver-can-complete-a-sensitive-identity-action/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when a single approver can complete a sensitive identity action?</a></strong></p>
<p><strong>A:</strong> The control stops being separation of duties and becomes a single-point-of-failure workflow.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Classify the highest-blast-radius identity actions first</strong> Start with password resets, factor resets, admin grants, SAML changes, and break-glass access.</li>
<li><strong>Bind approvals to the exact request object</strong> Require a scoped resource, immutable action verb, and hard expiry window for every request.</li>
<li><strong>Define approver independence in policy, not by assumption</strong> Exclude the requester from quorum, require <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">distinct identities</a>, and for the most sensitive actions consider different teams or reporting lines.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full design note covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The canonical Lockstep state machine and request lifecycle, including how PENDING, PARTIAL, APPROVED, DENIED, and EXPIRED behave.</li>
<li>Implementation details for idempotent request creation, signed callbacks, and streamable status updates.</li>
<li>Approver UI requirements, including request context, origin, expiry countdown, and diff display.</li>
<li>Concrete use cases for helpdesk resets, identity configuration changes, and break-glass access.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/scrambleid-lockstep-dual-control?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's design note on Lockstep dual control for identity actions →</a></strong></p>
<p><em>Lockstep dual control for identity actions: what changes for IAM teams?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/lockstep-dual-control-for-identity-actions-what-changes-for-iam-teams/</guid>
                    </item>
				                    <item>
                        <title>AI agent authentication: are your controls ready for tool risk?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/ai-agent-authentication-are-your-controls-ready-for-tool-risk/</link>
                        <pubDate>Mon, 22 Jun 2026 17:03:37 +0000</pubDate>
                        <description><![CDATA[TL;DR: AI agents should authenticate with short-lived, sender-bound machine credentials and request risky actions through human proof or dual control, according to Scramble ID. That model cl...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> AI agents should authenticate with short-lived, sender-bound machine credentials and request risky actions through human proof or dual control, according to Scramble ID. That model closes replay and accountability gaps that current IAM patterns leave exposed when agents can call tools, chain decisions, and act at machine speed.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: AI Agent Authentication In one sentence</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-authenticate-ai-agents-in-enterprise-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams authenticate AI agents without using human credentials?</a></strong></p>
<p><strong>A:</strong> Security teams should give each AI agent its own non-human identity, short-lived credentials, and scoped access to specific tools.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-agents-create-more-audit-risk-than-traditional-service-accounts/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI agents create higher access risk than ordinary service accounts?</a></strong></p>
<p><strong>A:</strong> AI agents create higher access risk because they can choose tools, chain actions, and move across systems during a single session.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-ai-agents-are-given-permanent-api-credentials/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when AI agent access is treated like a normal API token?</a></strong></p>
<p><strong>A:</strong> What breaks is accountability and replay resistance.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Issue separate identities for every agent workload</strong> Create one agent record per process or workload with named ownership, allowed tools, environment limits, and revocation status.</li>
<li><strong>Bind agent tokens to the sender</strong> Use short-lived JWT client assertions and sender-constrained tokens so a stolen credential cannot be replayed elsewhere.</li>
<li><strong>Classify tool calls by action risk</strong> Map each tool action to a risk tier, then require step-up approval or dual control for irreversible actions such as payouts, admin changes, and key operations.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full article covers the implementation detail this post intentionally leaves at the architectural level:</p>
<ul>
<li>Step-by-step JWT client assertion validation logic for agent authentication and replay prevention</li>
<li>Sender-constrained token handling patterns for mTLS and DPoP in sensitive API calls</li>
<li>Policy matrix examples showing which action classes need step-up or dual control</li>
<li>Illustrative pseudocode for token endpoint and resource server validation</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/ai-agent-authentication?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's analysis of AI agent authentication and proof-of-possession →</a></strong></p>
<p><em>AI agent authentication: are your controls ready for tool risk?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/ai-agent-authentication-are-your-controls-ready-for-tool-risk/</guid>
                    </item>
				                    <item>
                        <title>Omnichannel authentication: are your weak lanes still open?</title>
                        <link>https://nhimg.org/community/nhi-best-practices/omnichannel-authentication-are-your-weak-lanes-still-open/</link>
                        <pubDate>Mon, 22 Jun 2026 17:03:26 +0000</pubDate>
                        <description><![CDATA[TL;DR: Omnichannel authentication is a unified assurance model that applies the same identity primitives, binding rules, and telemetry across web, voice, people, frontline, agent, machine, b...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Omnichannel authentication is a unified assurance model that applies the same identity primitives, binding rules, and telemetry across web, voice, people, frontline, agent, machine, bot, and workload surfaces so attackers cannot simply switch channels to find a weaker control, according to ScrambleID. The critical shift is that authentication failure is now a cross-channel governance problem, not a single login problem.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: omnichannel authentication for humans and non-humans</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>Only <a href="https://www.scrambleid.com/learn/omnichannel-authentication?utm_source=nhimg&amp;utm_medium=NHIForum">38% have automated certificate lifecycle management</a> in place.</li>
<li><a href="https://www.scrambleid.com/learn/omnichannel-authentication?utm_source=nhimg&amp;utm_medium=NHIForum">69% of organisations now have more machine identities</a> than human ones.</li>
<li><a href="https://www.scrambleid.com/learn/omnichannel-authentication?utm_source=nhimg&amp;utm_medium=NHIForum">57% of organisations lack a complete inventory</a> of their machine identities.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-organisations-keep-weak-recovery-paths-alongside-strong-mfa/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when organisations keep weak recovery paths alongside strong MFA?</a></strong></p>
<p><strong>A:</strong> Strong MFA does not protect an identity programme if helpdesk recovery, callback verification, or manual overrides still accept weaker proof.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-service-accounts-and-workloads-need-the-same-authentication-governance-as/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do service accounts and workloads need the same authentication governance as people?</a></strong></p>
<p><strong>A:</strong> Because attackers do not care whether the identity is human or non-human if the access path is replayable or poorly scoped.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/how-do-security-teams-know-whether-omnichannel-authentication-is-actually-workin/?utm_source=nhimg&amp;utm_medium=NHIForum">How do security teams know whether omnichannel authentication is actually working?</a></strong></p>
<p><strong>A:</strong> Look for consistent policy enforcement, telemetry, and outcomes across every surface that can grant access.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Inventory weak lanes across all identity surfaces</strong> Map every place where recovery, override, callback, or manual approval can substitute for strong proof.</li>
<li><strong>Replace KBA with phishing-resistant recovery</strong> Remove knowledge-based recovery for high-risk actions and move to origin-bound or key-bound proof where the business process requires fallback.</li>
<li><strong>Unify human and machine assurance policy</strong> Apply one risk policy for privileged actions across user, service account, and workload identities.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Step-by-step rollout phases for moving from voice recovery to web step-up and then to machine identity coverage.</li>
<li>Specific examples of SUID, ZID, DID, and QID usage across human and non-human authentication flows.</li>
<li>Measurement guidance for weak fallback usage, time-to-verified, and p95 completion time.</li>
<li>Implementation notes for replacing long-lived secrets with key-based assertions in agent, bot, and workload environments.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/omnichannel-authentication?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's full analysis of omnichannel authentication across human and non-human identities →</a></strong></p>
<p><em>Omnichannel authentication: are your weak lanes still open?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/omnichannel-authentication-are-your-weak-lanes-still-open/</guid>
                    </item>
				                    <item>
                        <title>Cross-channel identity risk monitoring: are your controls keeping up?</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/cross-channel-identity-risk-monitoring-are-your-controls-keeping-up/</link>
                        <pubDate>Mon, 22 Jun 2026 17:03:16 +0000</pubDate>
                        <description><![CDATA[TL;DR: ScrambleID’s Overwatch design treats identity attacks as cross-channel events, correlating web, voice, desktop, people, and machine signals into one auditable risk score that can trig...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> ScrambleID’s Overwatch design treats identity attacks as cross-channel events, correlating web, voice, desktop, people, and machine signals into one auditable risk score that can trigger step-up, dual approval, or blocking, according to ScrambleID. The core shift is that identity assurance now depends on unified correlation, not single-channel authentication strength.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: Overwatch risk monitoring status and design preview</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-implement-cross-channel-identity-risk-monitoring/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams implement cross-channel identity risk monitoring?</a></strong></p>
<p><strong>A:</strong> Start by normalising identity events from web, voice, desktop, People, and machine channels into a single schema with shared subject and session identifiers.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-fragmented-identity-controls-increase-takeover-risk/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do fragmented identity controls increase takeover risk?</a></strong></p>
<p><strong>A:</strong> Fragmented controls let attackers move between surfaces that do not share a common decision model.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-identity-risk-scoring-is-not-tied-to-enforcement/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when identity risk scoring is not tied to enforcement?</a></strong></p>
<p><strong>A:</strong> The score becomes a reporting metric instead of a control.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Define one cross-channel event schema</strong> Normalise web, voice, desktop, People, and M2M identity events into shared fields for subject, device, session, and outcome so correlation does not depend on ad hoc parsing.</li>
<li><strong>Map score bands to fixed enforcement actions</strong> Pre-approve which score ranges trigger allow, log, step-up, dual approval, soft block, or hard block for each sensitive workflow, then test those mappings with simulated abuse.</li>
<li><strong>Set fail-closed behaviour for high-stakes identity flows</strong> For admin settings, payout changes, and token-minting workflows, define how the system behaves when the risk plane is unavailable and require the SOC to review those defaults.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The starter event schema for ingesting and correlating identity signals across channels.</li>
<li>The rule examples for wrong-code bursts, origin mismatch, PoP mismatch, improbable travel, and reused session artifacts.</li>
<li>The recommended action mapping for Low, Medium, High, and Critical risk states.</li>
<li>The operational guidance on fail-open versus fail-closed behaviour, idempotent delivery, and tenant scoping.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/scrambleid-overwatch-risk-engine?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's analysis of cross-channel identity risk monitoring →</a></strong></p>
<p><em>Cross-channel identity risk monitoring: are your controls keeping up?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/cross-channel-identity-risk-monitoring-are-your-controls-keeping-up/</guid>
                    </item>
				                    <item>
                        <title>AI agent tool access: are your controls keeping up?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/ai-agent-tool-access-are-your-controls-keeping-up/</link>
                        <pubDate>Mon, 22 Jun 2026 17:03:06 +0000</pubDate>
                        <description><![CDATA[TL;DR: AI agents that call tools need scoped, short-lived, sender-bound tokens, with human step-up and dual control for irreversible actions, according to Scramble ID. Alignment is not an ac...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> AI agents that call tools need scoped, short-lived, sender-bound tokens, with human step-up and dual control for irreversible actions, according to Scramble ID. Alignment is not an access control, so auditability, blast-radius control, and replay resistance have to be designed into the tool boundary.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: AI Agent Tool-Access Playbook</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-limit-the-risk-from-ai-agents-that-have-access-to-prod/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams prevent AI agents from doing too much in production?</a></strong></p>
<p><strong>A:</strong> Security teams should give agents the smallest possible tool scopes, bind tokens to the sender, and keep token lifetimes short.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-agents-need-their-own-identity-instead-of-borrowed-human-credentials/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI agents need their own identity instead of borrowed human credentials?</a></strong></p>
<p><strong>A:</strong> AI agents need their own identity because borrowed human credentials destroy auditability, make revocation imprecise, and expand blast radius.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-tool-access-is-treated-like-an-alignment-problem-instead-of-an-/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when tool access is treated like an alignment problem instead of an authorization problem?</a></strong></p>
<p><strong>A:</strong> What breaks is control.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Bind every agent token to its sender and audience</strong> Use <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">short-lived tokens with PoP controls</a> so intercepted credentials cannot be replayed against a different tool or server.</li>
<li><strong>Classify tools by blast radius before enabling them</strong> Score each tool on reversibility, side effects, authentication impact, and data sensitivity, then assign a ring before any production rollout.</li>
<li><strong>Require human proof for irreversible actions</strong> Force step-up verification for high-risk actions such as password resets, payout changes, and privilege modifications.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Step-by-step control tables for read, write, and irreversible agent actions.</li>
<li>Sample policy-as-code structure for classifying agent tools by risk ring.</li>
<li>Detailed logging fields for audits, correlation, and incident reconstruction.</li>
<li>MCP-specific guidance on server identity, tool registration, and cross-server orchestration.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/ai-agent-tool-access-playbook?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's playbook on AI agent tool access and step-up controls →</a></strong></p>
<p><em>AI agent tool access: are your controls keeping up?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/ai-agent-tool-access-are-your-controls-keeping-up/</guid>
                    </item>
				                    <item>
                        <title>Identity fabric for web, voice, agent and workload access</title>
                        <link>https://nhimg.org/community/nhi-best-practices/identity-fabric-for-web-voice-agent-and-workload-access/</link>
                        <pubDate>Mon, 22 Jun 2026 17:02:56 +0000</pubDate>
                        <description><![CDATA[TL;DR: ScrambleID describes an identity fabric that reuses shared cryptographic primitives, telemetry, and binding across human and non-human surfaces so attackers cannot route around one st...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> ScrambleID describes an identity fabric that reuses shared cryptographic primitives, telemetry, and binding across human and non-human surfaces so attackers cannot route around one strong control by switching channels, according to Scramble ID. The architectural issue is not just stronger authentication, but whether identity governance can enforce consistent proof, session binding, and audit across web, voice, people, agent, machine, bot, and workload flows.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: identity fabric architecture overview for omnichannel authentication</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">NHIs outnumber human identities by 25x to 50x</a> in modern enterprises.</li>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">Only 5.7% of organisations</a> have full visibility into their service accounts.</li>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">97% of NHIs carry excessive privileges</a>, increasing unauthorised access and broadening the attack surface.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-implement-omnichannel-authentication-without-creating-/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams implement omnichannel authentication without creating new weak points?</a></strong></p>
<p><strong>A:</strong> Security teams should implement one shared identity fabric with canonical identifiers, binding rules, and telemetry across every channel.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-multiple-identity-surfaces-increase-risk-if-each-one-is-individually-secu/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do multiple identity surfaces increase risk if each one is individually secure?</a></strong></p>
<p><strong>A:</strong> Multiple surfaces increase risk when they do not share the same binding and audit model.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-teams-get-wrong-about-session-binding-in-identity-flows/?utm_source=nhimg&amp;utm_medium=NHIForum">What do teams get wrong about session binding in identity flows?</a></strong></p>
<p><strong>A:</strong> Teams often treat a challenge response as proof by itself, when the real control is binding it to the right session, origin, or call context.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Define canonical identity primitives</strong> Map <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">SUID, ZID, DID, and QID</a> to your existing identity estate so every surface uses the same naming, telemetry, and ownership model.</li>
<li><strong>Enforce atomic session binding</strong> Require identity proof, session proof, and intent proof to validate together before a confirmation can succeed.</li>
<li><strong>Normalise omnichannel telemetry</strong> Send success, mismatch, replay, and expiry failures from web, voice, QR, agent, machine, and workload flows into one risk pipeline so the SOC can compare behaviour across surfaces.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full analysis covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The exact binding checks for web, voice, People, and workload flows, including how session and intent validation are enforced.</li>
<li>The conceptual component model showing how Identity, Challenge, Certs, and Telemetry interact across the fabric.</li>
<li>The target controls plane for Overwatch, XFactor, Lockstep, and Circle of Trust, including which parts are still in development.</li>
<li>The architecture guidance for common deployment patterns, including augmenting an existing IdP and hardening contact centre flows.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/scrambleid-architecture-identity-fabric?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's analysis of identity fabric and omnichannel authentication →</a></strong></p>
<p><em>Identity fabric for web, voice, agent and workload access?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/identity-fabric-for-web-voice-agent-and-workload-access/</guid>
                    </item>
				                    <item>
                        <title>IVR verification sessions and DID flows: what IAM teams need</title>
                        <link>https://nhimg.org/community/nhi-best-practices/ivr-verification-sessions-and-did-flows-what-iam-teams-need/</link>
                        <pubDate>Mon, 22 Jun 2026 17:02:46 +0000</pubDate>
                        <description><![CDATA[TL;DR: A per-call session model describes how the phone system speaks a short-lived Dynamic Identifier, the app confirms it with device-bound keys, and the live call is redirected on confirm...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> A per-call session model describes how the phone system speaks a short-lived Dynamic Identifier, the app confirms it with device-bound keys, and the live call is redirected on confirmation, according to Scramble ID. The engineering focus is idempotent retries, timeouts, and fast call interception, and the governance issue is not voice fraud alone but whether identity proof is session-bound, replay-safe, and measurable across contact-centre workflows.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: IVR Integration Guide</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">Only 20% have formal processes</a> for offboarding and revoking API keys, and even fewer have procedures for rotating them.</li>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">79% of organisations have experienced</a> secrets leaks, with 77% of these incidents resulting in tangible damage.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-teams-implement-ivr-verification-without-relying-on-shared-secrets/?utm_source=nhimg&amp;utm_medium=NHIForum">How should teams implement IVR verification without relying on shared secrets?</a></strong></p>
<p><strong>A:</strong> Use a per-call session, a short-lived challenge, and an out-of-band app confirmation tied to the same interaction ID.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-spoken-code-ivr-flows-reduce-but-not-remove-fraud-risk/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do spoken-code IVR flows reduce, but not remove, fraud risk?</a></strong></p>
<p><strong>A:</strong> They reduce risk because the caller must prove possession of a device-bound key instead of answering knowledge questions.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-ivr-verification-endpoints-are-not-idempotent/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when IVR verification endpoints are not idempotent?</a></strong></p>
<p><strong>A:</strong> Retries from the voice platform can create duplicate sessions, duplicate redirects, or conflicting terminal states.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Bind verification sessions to a stable call identifier</strong> Store the provider call ID at session start and reject any confirmation that cannot be matched to the same live interaction.</li>
<li><strong>Make all IVR callbacks idempotent</strong> Design create, poll, cancel, and intercept endpoints so repeated requests do not create duplicate sessions or duplicate routing changes.</li>
<li><strong>Measure confirmation-to-redirect latency</strong> Track the time from app confirmation to successful call transfer, and treat excessive delay as a control defect.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full blog post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Exact webhook request and response shapes for session creation, polling, and interception</li>
<li>Provider-specific routing examples for Twilio, Genesys Cloud, NICE CXone, and Five9</li>
<li>TwiML and pseudo-code patterns for idempotent retry handling and terminal-state enforcement</li>
<li>Practical instrumentation guidance for wrong-DID bursts, timeout rates, and intercept failures</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/ivr-integration-guide?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's IVR integration guide for session-bound phone verification →</a></strong></p>
<p><em>IVR verification sessions and DID flows: what IAM teams need?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/ivr-verification-sessions-and-did-flows-what-iam-teams-need/</guid>
                    </item>
				                    <item>
                        <title>Circle of Trust and identity trust cues: what IAM teams need to know</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/circle-of-trust-and-identity-trust-cues-what-iam-teams-need-to-know/</link>
                        <pubDate>Mon, 22 Jun 2026 17:02:36 +0000</pubDate>
                        <description><![CDATA[TL;DR: Circle of Trust turns “who is this?” into a low-latency trust-context API for calls, web, and people workflows, but it explicitly does not grant access and only emits verified labels ...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Circle of Trust turns “who is this?” into a low-latency trust-context API for calls, web, and people workflows, but it explicitly does not grant access and only emits verified labels on exact match, according to Scramble ID. The governance issue is not authentication quality but the assumption that trust cues can be treated like proof; they cannot.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Scramble ID: Circle of Trust (CoT) Status, June 2026</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">Only 5.7% of organisations have full visibility</a> into their service accounts.</li>
<li><a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-research-and-survey-results">92% of organisations expose NHIs to third parties</a>, raising concerns about supply chain security.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-use-trust-signals-without-turning-them-into-proof/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams use trust signals without turning them into proof?</a></strong></p>
<p><strong>A:</strong> Use trust signals only as context for routing, warnings, or step-up decisions, and keep authentication and authorization separate.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-trust-lists-fail-in-live-identity-workflows/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do trust lists fail in live identity workflows?</a></strong></p>
<p><strong>A:</strong> Trust lists fail because they are often fragmented, not normalized across channels, and unavailable at the moment of decision.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-should-teams-do-when-a-trust-cue-is-only-a-near-match/?utm_source=nhimg&amp;utm_medium=NHIForum">What should teams do when a trust cue is only a near match?</a></strong></p>
<p><strong>A:</strong> Treat near matches as unverified and, at most, surface them as a warning.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Separate trust cues from authentication decisions</strong> Use trust labels only as context in the user interface or policy engine, and require cryptographic proof before any account action, payment, or sensitive workflow can complete.</li>
<li><strong>Normalize and constrain exact-match inputs</strong> Treat phone numbers, domains, and identity handles as normalized subject types, and reject any workflow that promotes near matches into verified status.</li>
<li><strong>Audit for trust oracle leakage</strong> Rate limit lookups, scope results to the <a href="https://nhimg.org/52-non-human-identity-breaches?utm_source=nhimg&amp;utm_medium=NHIForum">tenant</a>, and monitor repeated probing of subjects that could reveal brand or contact relationships.</li>
</ul>
<h2>What's in the full article</h2>
<p>Scramble ID's full post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Exact evaluate request and response examples for caller, web, and people trust flows</li>
<li>Design notes on tenant scoping, response minimization, rate limiting, and audit logging</li>
<li>Integration guidance for combining trust labels with STIR/SHAKEN and session-bound proof</li>
<li>Implementation checklist for exporting labels into downstream investigative timelines</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.scrambleid.com/learn/scrambleid-circle-of-trust?utm_source=nhimg&amp;utm_medium=NHIForum">Read Scramble ID's Circle of Trust design details for trust cues and proof →</a></strong></p>
<p><em>Circle of Trust and identity trust cues: what IAM teams need to know?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/circle-of-trust-and-identity-trust-cues-what-iam-teams-need-to-know/</guid>
                    </item>
							        </channel>
        </rss>
		