<?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, 02 Jun 2026 23:50:52 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Pathlock Nexus and continuous ERP controls: what changes for IAM teams</title>
                        <link>https://nhimg.org/community/nhi-product-announcements-forum/pathlock-nexus-and-continuous-erp-controls-what-changes-for-iam-teams/</link>
                        <pubDate>Tue, 02 Jun 2026 20:50:02 +0000</pubDate>
                        <description><![CDATA[TL;DR: Pathlock says modern ERP environments now require continuous, transaction-first assurance because AI agents, bots, and service accounts execute critical business actions at machine sp...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Pathlock says modern ERP environments now require continuous, transaction-first assurance because AI agents, bots, and service accounts execute critical business actions at machine speed across SAP, Oracle, Workday, and 150+ applications. The governance shift is bigger than monitoring more logs, because identity, privilege, and transaction context now have to be evaluated together in real time.</p>
</blockquote>
<p><em>NHIMG editorial — what this means for NHI practitioners</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://pathlock.com/news/pathlock-reinforces-its-leadership-in-erp-security-and-controls-for-the-ai-era/?utm_source=nhimg&amp;utm_medium=NHIForum">72% of organisations have experienced or suspect</a> they have experienced a breach of non-human identities, with 46% confirmed and 26% suspected.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: How should security teams govern AI agents and bots in ERP systems?</strong></p>
<p><strong>A:</strong> Treat AI agents and bots as governed non-human identities with explicit ownership, least privilege, and lifecycle controls.</p>
<p><strong>Q: Why do static ERP access reviews miss so much risk?</strong></p>
<p><strong>A:</strong> Static reviews miss sequence-based risk because a permission that looks acceptable in isolation may become dangerous when combined with transaction order, business context, and automation.</p>
<p><strong>Q: What breaks when transaction controls are only tested after the fact?</strong></p>
<p><strong>A:</strong> After-the-fact testing lets fraud, compliance violations, and privilege misuse execute before anyone can intervene.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Map transaction-critical identities</strong> Inventory the <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">users, bots, service accounts, and AI agents</a> that can create, approve, or release ERP transactions, then assign explicit owners for each identity and workflow.</li>
<li><strong>Replace sampling with continuous controls monitoring</strong> Instrument controls so they <a href="https://nhimg.org/nhi-lifecycle-management-guide?utm_source=nhimg&amp;utm_medium=NHIForum">evaluate transactions in real time</a>, then retain evidence for audit, investigation, and exception handling across SAP, Oracle, Workday, and related systems.</li>
<li><strong>Reduce toxic access combinations</strong> Use SoD analysis and role cleanup to remove combinations that let one identity both initiate and approve the same high-risk business process.</li>
</ul>
<p><em>The control objective shifts from periodic approval to continuous containment?</em></p>
<p>&#x1f449; <strong><a href="https://pathlock.com/news/pathlock-reinforces-its-leadership-in-erp-security-and-controls-for-the-ai-era/?utm_source=nhimg&amp;utm_medium=NHIForum">Read Pathlock's analysis of continuous ERP control governance with Pathlock Nexus →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-product-announcements-forum/pathlock-nexus-and-continuous-erp-controls-what-changes-for-iam-teams/</guid>
                    </item>
				                    <item>
                        <title>Unused IAM permissions: why visibility alone does not reduce risk</title>
                        <link>https://nhimg.org/community/nhi-best-practices/unused-iam-permissions-why-visibility-alone-does-not-reduce-risk/</link>
                        <pubDate>Tue, 02 Jun 2026 20:49:52 +0000</pubDate>
                        <description><![CDATA[TL;DR: IAM Access Analyzer surfaces unused roles, keys, passwords, and permissions in AWS, but it does not remove them, leaving remediation to security teams and creating a gap between detec...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> IAM Access Analyzer surfaces unused roles, keys, passwords, and permissions in AWS, but it does not remove them, leaving remediation to security teams and creating a gap between detection and actual least-privilege enforcement, according to Sonrai Security. The operational bottleneck is not visibility but safe, scalable action.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Sonrai Security: Why IAM Access Analyzer Tells You About Unused Permissions But Won't Remove Them</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-reduce-unused-iam-permissions-without-breaking-workloa/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams reduce unused IAM permissions without breaking workloads?</a></strong></p>
<p><strong>A:</strong> Use a staged model: discover unused permissions, validate business dependency, block the highest-risk access centrally, and keep a fast restore path for exceptions.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-unused-permissions-remain-a-risk-even-after-teams-find-them/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do unused permissions remain a risk even after teams find them?</a></strong></p>
<p><strong>A:</strong> Because a finding is not a fix.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-teams-get-wrong-about-access-review-findings-in-cloud-iam/?utm_source=nhimg&amp;utm_medium=NHIForum">What do teams get wrong about access review findings in cloud IAM?</a></strong></p>
<p><strong>A:</strong> They often treat the dashboard as evidence of control.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Implement org-level blocking for privileged unused access</strong> Use native cloud policy controls to suppress <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">unused privileged permissions</a> centrally while leaving the identity intact and preserving downstream dependencies.</li>
<li><strong>Create a fast restore workflow for legitimate exceptions</strong> Route temporary access through a <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">task-scoped approval process</a> so quarterly jobs, recovery activities, and uncommon workflows can be re-enabled without redesigning the role.</li>
<li><strong>Separate discovery findings from remediation decisions</strong> Assign explicit owners to review each <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">unused-access finding</a>, validate business dependency, and document whether the permission should be blocked, retained, or time-bound.</li>
</ul>
<p><em>For cloud and NHI teams, that means cleanup backlog, restore speed, and central policy enforcement should be tracked as first-class controls, not implementation details?</em></p>
<p>&#x1f449; <strong><a href="https://sonraisecurity.com/blog/why-iam-access-analyzer-tells-you-about-unused-permissions-but-wont-remove-them/?utm_source=nhimg&amp;utm_medium=NHIForum">Read Sonrai Security's analysis of why IAM Access Analyzer stops at unused access findings →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/unused-iam-permissions-why-visibility-alone-does-not-reduce-risk/</guid>
                    </item>
				                    <item>
                        <title>Sub:jugation and phantom cloud identities: what IAM teams missed</title>
                        <link>https://nhimg.org/community/workload-identity-management-forum/subjugation-and-phantom-cloud-identities-what-iam-teams-missed/</link>
                        <pubDate>Tue, 02 Jun 2026 20:49:42 +0000</pubDate>
                        <description><![CDATA[TL;DR: Astrix Security says shared OIDC issuers in GitHub Actions, GitLab CI, and Terraform Cloud can let attackers reclaim deleted namespaces and assume stale cloud roles, with 14% of disco...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Astrix Security says shared OIDC issuers in GitHub Actions, GitLab CI, and Terraform Cloud can let attackers reclaim deleted namespaces and assume stale cloud roles, with 14% of discovered AWS namespaces and 24% of Azure namespaces already unregistered. The real problem is offboarding failure: identity trust outlives the repository name it depends on.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Astrix Security: Sub:jugation and phantom cloud identities in CI/CD OIDC trust</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>In AWS, <a href="https://astrix.security/learn/blog/subjugation-hijacking-cloud-identities-by-recycling-namespaces-in-global-oidc-issuers/?utm_source=nhimg&amp;utm_medium=NHIForum">14% of discovered namespaces</a> were not registered and available to be taken.</li>
<li>In Azure, the percentage jumps to <a href="https://astrix.security/learn/blog/subjugation-hijacking-cloud-identities-by-recycling-namespaces-in-global-oidc-issuers/?utm_source=nhimg&amp;utm_medium=NHIForum">24%</a>.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-cicd-oidc-trust-still-points-to-a-deleted-namespace/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when CI/CD OIDC trust still points to a deleted namespace?</a></strong></p>
<p><strong>A:</strong> The cloud role can remain assumable if the deleted namespace is later reclaimed and the subject claim still matches.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-reusable-repository-namespaces-create-nhi-risk-in-cloud-iam/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do reusable repository namespaces create NHI risk in cloud IAM?</a></strong></p>
<p><strong>A:</strong> Reusable namespaces weaken the identity permanence that OIDC trust depends on.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/how-do-security-teams-know-whether-oidc-based-roles-are-actually-safe/?utm_source=nhimg&amp;utm_medium=NHIForum">How do security teams know whether OIDC-based roles are actually safe?</a></strong></p>
<p><strong>A:</strong> They should verify that the upstream namespace is still active, still owned by the expected team, and still bound to the intended repository or workflow.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Review all OIDC trust policies for stale namespaces</strong> Inventory every cloud role that trusts token.actions.githubusercontent.com, gitlab.com, or app.terraform.io, then verify that the referenced namespace still exists and is still under your control.</li>
<li><strong>Offboard abandoned CI/CD-linked cloud roles</strong> Disable or remove any cloud role whose subject depends on a repository or namespace that no longer has an active owner.</li>
<li><strong>Search workflow code for exposed role identifiers</strong> Look for id-token: write, role-to-assume, client-id, workload_identity_provider, and similar fields in workflow files.</li>
</ul>
<p><em>If a repository name can be reclaimed, the control boundary is no longer the token, it is the continuity of the namespace and the retirement of the cloud role behind it?</em></p>
<p>&#x1f449; <strong><a href="https://astrix.security/learn/blog/subjugation-hijacking-cloud-identities-by-recycling-namespaces-in-global-oidc-issuers/?utm_source=nhimg&amp;utm_medium=NHIForum">Read Astrix Security's analysis of Sub:jugation in CI/CD OIDC trust →</a></strong></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>  |  <a href="/services/?utm_source=nhimg&amp;utm_medium=NHIForum">Our Services →</a></p>
</blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/"></category>                        <dc:creator>Astrix Security</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/workload-identity-management-forum/subjugation-and-phantom-cloud-identities-what-iam-teams-missed/</guid>
                    </item>
				                    <item>
                        <title>Linux passwordless support: what changes for IAM teams now?</title>
                        <link>https://nhimg.org/community/nhi-product-announcements-forum/linux-passwordless-support-what-changes-for-iam-teams-now/</link>
                        <pubDate>Tue, 02 Jun 2026 20:49:30 +0000</pubDate>
                        <description><![CDATA[TL;DR: Linux environments have remained one of the largest holdouts for phishing-resistant authentication, leaving critical infrastructure users dependent on passwords until now, according t...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Linux environments have remained one of the largest holdouts for phishing-resistant authentication, leaving critical infrastructure users dependent on passwords until now, according to RSA Security. The governance shift is not just convenience, because Linux access often sits inside high-value operational paths where credential compromise can have outsized blast radius.</p>
</blockquote>
<p><em>NHIMG editorial — what this means for NHI practitioners</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>RSA set a goal of deploying <a href="https://www.rsa.com/resources/blog/passwordless/rsa-brings-passwordless-to-linux/?utm_source=nhimg&amp;utm_medium=NHIForum">100% passwordless authentication</a> for its own global workforce using its own RSA ID Plus platform.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-implement-passwordless-authentication-for-linux-users/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams implement passwordless authentication for Linux users?</a></strong></p>
<p><strong>A:</strong> Start with Linux populations that have the highest privilege or operational impact, then align enrollment, recovery, and fallback rules with the same policy used on other platforms.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-does-linux-support-matter-in-a-passwordless-iam-programme/?utm_source=nhimg&amp;utm_medium=NHIForum">Why does Linux support matter in a passwordless IAM programme?</a></strong></p>
<p><strong>A:</strong> Linux matters because many enterprises run infrastructure, administrative tooling, and sensitive workloads on it, yet still leave those users on weaker authentication.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-passwordless-excludes-linux-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when passwordless excludes Linux environments?</a></strong></p>
<p><strong>A:</strong> Authentication policy fragments, privileged access becomes harder to govern consistently, and audit evidence no longer reflects the real estate.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Map Linux identities into your passwordless rollout scope</strong> Inventory every <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">Linux user group</a>, host class, and administrative path that still depends on passwords, OTP, or shared credentials.</li>
<li><strong>Standardise phishing-resistant login across all operating systems</strong> Apply the <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">same assurance policy</a> to Linux that already governs Windows, macOS, iOS, and Android.</li>
<li><strong>Redesign break-glass access before enforcement begins</strong> Create a separate emergency path for Linux access that is <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">time-bound, logged</a>, and reviewed after use.</li>
</ul>
<p><em>Teams should measure assurance by the hardest platform, not the easiest one?</em></p>
<p>&#x1f449; <strong><a href="https://www.rsa.com/resources/blog/passwordless/rsa-brings-passwordless-to-linux/?utm_source=nhimg&amp;utm_medium=NHIForum">Read RSA Security's article on passwordless authentication for Linux →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-product-announcements-forum/linux-passwordless-support-what-changes-for-iam-teams-now/</guid>
                    </item>
				                    <item>
                        <title>Identity governance in cloud and AI environments: what changes now?</title>
                        <link>https://nhimg.org/community/nhi-events-forum/identity-governance-in-cloud-and-ai-environments-what-changes-now/</link>
                        <pubDate>Tue, 02 Jun 2026 20:49:21 +0000</pubDate>
                        <description><![CDATA[TL;DR: Traditional identity governance models struggle when cloud ecosystems, AI-driven workflows, and non-human identities outpace periodic reviews, according to SafePaaS. The governance sh...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Traditional identity governance models struggle when cloud ecosystems, AI-driven workflows, and non-human identities outpace periodic reviews, according to SafePaaS. The governance shift is toward continuous assurance, risk-aware access control, and audit-ready execution across human and machine identities.</p>
</blockquote>
<p><em>NHIMG editorial — here’s why we think this discussion matters</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-run-access-reviews-for-non-human-identities/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern non-human identities alongside human access reviews?</a></strong></p>
<p><strong>A:</strong> Treat non-human identities as first-class governed assets, not exceptions to employee access processes.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/when-does-periodic-identity-governance-become-insufficient/?utm_source=nhimg&amp;utm_medium=NHIForum">When does periodic identity governance become insufficient?</a></strong></p>
<p><strong>A:</strong> Periodic governance becomes insufficient when access changes faster than the review cycle and when decision-makers need current evidence to manage risk.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-teams-get-wrong-about-embedding-access-controls-into-business-processes/?utm_source=nhimg&amp;utm_medium=NHIForum">What do teams get wrong about embedding access controls into business processes?</a></strong></p>
<p><strong>A:</strong> Teams often treat process embedding as a usability feature rather than a control design choice.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Move to continuous access assurance</strong> Replace quarterly-only certification with <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">near real-time evidence collection</a> for cloud, SaaS, and workflow identities so governance reflects current access state.</li>
<li><strong>Include non-human identities in governance scope</strong> Inventory <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">service accounts, tokens, and automated workflow identities</a> alongside employees, then assign owners and review cadences for each class.</li>
<li><strong>Embed controls into business workflows</strong> Add <a href="https://nhimg.org/nhi-lifecycle-management-guide?utm_source=nhimg&amp;utm_medium=NHIForum">approval, evidence, and expiry logic</a> directly into high-risk processes so access decisions occur where work is executed, not in a separate ticket queue.</li>
</ul>
<p><em>With 70% of organisations granting AI systems more access than they would give a human employee doing the exact same job, per the 2026 Infrastructure Identity Survey, governance models must absorb machine-speed change rather than merely document it?</em></p>
<p>&#x1f449; <strong><a href="https://www.safepaas.com/webinar/from-compliance-to-confidence-modern-identity-governance-and-risk-management/?utm_source=nhimg&amp;utm_medium=NHIForum">Watch SafePaaS's webinar on modern identity governance and risk management →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-events-forum/identity-governance-in-cloud-and-ai-environments-what-changes-now/</guid>
                    </item>
				                    <item>
                        <title>AI agent identity risk and standing privilege: are controls keeping up?</title>
                        <link>https://nhimg.org/community/nhi-events-forum/ai-agent-identity-risk-and-standing-privilege-are-controls-keeping-up/</link>
                        <pubDate>Tue, 02 Jun 2026 20:49:11 +0000</pubDate>
                        <description><![CDATA[TL;DR: AI-driven attacks are compressing the time from vulnerability discovery to exploitation while AI agents expand privileged identity exposure, according to Delinea. Standing privilege, ...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> AI-driven attacks are compressing the time from vulnerability discovery to exploitation while AI agents expand privileged identity exposure, according to Delinea. Standing privilege, unmanaged secrets, and weak runtime authorisation now define the practical attack surface, making just-in-time access and tighter identity discipline urgent.</p>
</blockquote>
<p><em>NHIMG editorial — here’s why we think this discussion matters</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-reduce-risk-from-standing-privilege-in-ai-and-nhi-envi/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams reduce risk from standing privilege in AI and NHI environments?</a></strong></p>
<p><strong>A:</strong> Security teams should identify all identities with persistent access, then move the highest-risk ones to just-in-time, task-scoped privilege.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/when-does-an-ai-agent-become-a-privileged-access-problem/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI agents complicate privileged access management?</a></strong></p>
<p><strong>A:</strong> AI agents complicate privileged access management because they can authenticate, hold secrets, and act repeatedly without the interruptions that constrain human admins.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-secrets-and-sessions-are-not-governed-together/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when secrets and sessions are not governed together?</a></strong></p>
<p><strong>A:</strong> When secrets and sessions are governed separately, defenders can lose track of whether a credential is still usable after authentication.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Remove standing privilege from high-risk identities</strong> Inventory service accounts, API tokens, and AI agent credentials that retain persistent access after task completion.</li>
<li><strong>Bind secrets to runtime context</strong> Treat secrets as time-bound credentials that should be constrained by workload, tool, and session context rather than reused broadly across environments.</li>
<li><strong>Apply identity governance to AI agents</strong> Classify every AI agent that authenticates to enterprise systems as a governed identity with ownership, approval boundaries, and recertification triggers.</li>
</ul>
<p><em>Practitioners should use the AI Agents: The New Attack Surface report to pressure-test where runtime governance is weaker than policy says?</em></p>
<p>&#x1f449; <strong><a href="https://delinea.com/events/webinars/mythos-5-best-practices-for-identity-security-leaders?utm_source=nhimg&amp;utm_medium=NHIForum">Watch Delinea's session on AI agent identity risk and standing privilege →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-events-forum/ai-agent-identity-risk-and-standing-privilege-are-controls-keeping-up/</guid>
                    </item>
				                    <item>
                        <title>D365 F&amp;O access governance on 2026-06-02: what is changing?</title>
                        <link>https://nhimg.org/community/nhi-events-forum/d365-fo-access-governance-on-2026-06-02-what-is-changing/</link>
                        <pubDate>Tue, 02 Jun 2026 20:49:01 +0000</pubDate>
                        <description><![CDATA[TL;DR: Microsoft Dynamics 365 Finance &amp; Operations governance is moving from documented controls to continuous proof, as organisations face SoD conflicts, over-provisioned users, stale a...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Microsoft Dynamics 365 Finance &amp; Operations governance is moving from documented controls to continuous proof, as organisations face SoD conflicts, over-provisioned users, stale access, and licensing pressure across multi-entity environments, according to Delinea. The practical shift is toward telemetry-backed monitoring that can surface hidden risk before audit findings do.</p>
</blockquote>
<p><em>NHIMG editorial — here’s why we think this discussion matters</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: How should teams reduce SoD risk in D365 F&amp;O environments?</strong></p>
<p><strong>A:</strong> Start by defining the critical duty combinations that matter to finance and operations, then compare effective permissions against those combinations on a continuous basis.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-stale-privileged-accounts-create-more-risk-than-their-role-names-suggest/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do stale privileged accounts create more risk than their role names suggest?</a></strong></p>
<p><strong>A:</strong> Because the risk is driven by what the account can still do, not by whether anyone remembers assigning it.</p>
<p><strong>Q: How can organisations tell if D365 F&amp;O access governance is actually working?</strong></p>
<p><strong>A:</strong> Look for evidence that controls change behaviour.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Establish continuous SoD monitoring</strong> Map critical D365 F&amp;O duties, then monitor effective access against those combinations whenever roles, users, or entities change.</li>
<li><strong>Use telemetry to validate access decisions</strong> Review <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">login activity</a>, privilege use, and unusual cross-entity behaviour to confirm that access is being used as approved.</li>
<li><strong>Fold licence review into entitlement governance</strong> Compare <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">assigned access</a> to actual business need so that unnecessary privilege and licence overspend are resolved together.</li>
</ul>
<p><em>The governance pattern is familiar across identity programmes: once business applications carry material risk, audit evidence has to come from operational telemetry, not policy language alone?</em></p>
<p>&#x1f449; <strong><a href="https://delinea.com/events/webinars/d365-fo-compliance-and-licensing-with-fastpath?utm_source=nhimg&amp;utm_medium=NHIForum">Watch Delinea's webinar on D365 F&amp;O access governance and audit readiness →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-events-forum/d365-fo-access-governance-on-2026-06-02-what-is-changing/</guid>
                    </item>
				                    <item>
                        <title>AI agents as privileged identities: what IAM teams need now</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/ai-agents-as-privileged-identities-what-iam-teams-need-now/</link>
                        <pubDate>Tue, 02 Jun 2026 20:48:51 +0000</pubDate>
                        <description><![CDATA[TL;DR: Anthropic&#039;s Claude Mythos autonomously found more than 10,000 high- and critical-severity vulnerabilities across 1,000 open-source projects, with a 72% exploit success rate, showing h...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Anthropic's Claude Mythos autonomously found more than 10,000 high- and critical-severity vulnerabilities across 1,000 open-source projects, with a 72% exploit success rate, showing how AI accelerates entry but not attacker intent, according to Delinea. The practical shift is that identity control, not vulnerability discovery alone, becomes the limiting factor once compromise is possible.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Delinea: In the Mythos era, identity is the last line of defense</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-ai-agents-that-can-access-enterprise-systems/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern AI agents that hold privileged access?</a></strong></p>
<p><strong>A:</strong> Treat them as high-risk non-human identities.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-assisted-vulnerability-discoveries-increase-identity-risk/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI-assisted vulnerability discoveries increase identity risk?</a></strong></p>
<p><strong>A:</strong> Because faster discovery shortens the time between exposure and exploitation, but the breach still succeeds through credentials, privileges, and session misuse.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-standing-privilege-exists-for-non-human-identities/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when standing privilege exists for non-human identities?</a></strong></p>
<p><strong>A:</strong> A single compromised credential can be reused across systems, extended over time, and combined with lateral movement.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Implement continuous discovery for all privileged identities</strong> Build an inventory that includes human admins, service accounts, API keys, and AI agents.</li>
<li><strong>Broker and scope agent credentials</strong> <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">Issue credentials at connection time</a>, restrict them to task scope, and revoke them when the job completes.</li>
<li><strong>Move from door checks to runtime authorization</strong> Authorize each high-risk action against identity, resource, and live risk context rather than relying on login-time approval alone.</li>
</ul>
<p><em>If a session can drift, branch, or escalate after authentication, security teams need policy enforcement that keeps pace with the action itself, not just the login event?</em></p>
<p>&#x1f449; <strong><a href="https://delinea.com/blog/mythos-ai-agents-and-identity-security?utm_source=nhimg&amp;utm_medium=NHIForum">Read Delinea's analysis of AI agents, Mythos, and identity security →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/ai-agents-as-privileged-identities-what-iam-teams-need-now/</guid>
                    </item>
				                    <item>
                        <title>Orphaned accounts in IGA: what this webinar means for teams</title>
                        <link>https://nhimg.org/community/nhi-events-forum/orphaned-accounts-in-iga-what-this-webinar-means-for-teams/</link>
                        <pubDate>Tue, 02 Jun 2026 20:48:40 +0000</pubDate>
                        <description><![CDATA[TL;DR: Pathlock’s June 17 webinar frames a familiar IGA problem set, orphaned accounts, privilege abuse, and broken workflows, through an AI-assisted review model that uses a local LLM and p...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Pathlock’s June 17 webinar frames a familiar IGA problem set, orphaned accounts, privilege abuse, and broken workflows, through an AI-assisted review model that uses a local LLM and plain-English prompts to search identity data, surface SoD issues, and build provisioning workflows inside the environment. The practical question is whether conversational automation improves governance or simply accelerates weak processes.</p>
</blockquote>
<p><em>NHIMG editorial — here’s why we think this discussion matters</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>You have <a href="https://pathlock.com/resources/webinars/orphaned-accounts-privilege-abuse-broken-workflows-emea/?utm_source=nhimg&amp;utm_medium=NHIForum">400 SAP accounts</a>, three people to review them, and an audit in six weeks.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-use-ai-in-identity-governance-without-weakening-contro/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams use AI in identity governance without weakening controls?</a></strong></p>
<p><strong>A:</strong> Use AI as a triage and interface layer, not as a control replacement.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-orphaned-accounts-create-more-risk-in-regulated-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do orphaned accounts create more risk in regulated environments?</a></strong></p>
<p><strong>A:</strong> Orphaned accounts often retain access after ownership has been lost, which makes review, attestation, and remediation unreliable.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-provisioning-workflows-are-generated-from-chat-prompts/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when provisioning workflows are generated from chat prompts?</a></strong></p>
<p><strong>A:</strong> What breaks first is usually policy precision.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Validate the control boundary for conversational IGA</strong> Confirm that searches, retrieval, and generated actions stay inside approved identity data domains, with logging enabled for prompts, outputs, and workflow changes.</li>
<li><strong>Review every AI-generated workflow before production use</strong> Apply normal change control to chat-created provisioning logic, including role mapping, SoD checks, exception paths, and approval escalation rules.</li>
<li><strong>Prioritise orphaned account remediation by actual activity</strong> Use activity and privilege context to separate dormant accounts from active but misowned accounts, then assign cleanup ownership before the next review cycle.</li>
</ul>
<p><em>The operating model should be designed so that faster triage does not become weaker attestation, especially in regulated environments where access decisions must remain explainable?</em></p>
<p>&#x1f449; <strong><a href="https://pathlock.com/resources/webinars/orphaned-accounts-privilege-abuse-broken-workflows-emea/?utm_source=nhimg&amp;utm_medium=NHIForum">Register for Pathlock's webinar on orphaned accounts, privilege abuse, and broken workflows →</a></strong></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>Mr NHI</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-events-forum/orphaned-accounts-in-iga-what-this-webinar-means-for-teams/</guid>
                    </item>
				                    <item>
                        <title>LangChain vulnerabilities and AI framework data leakage: are controls keeping up?</title>
                        <link>https://nhimg.org/community/nhi-breaches/langchain-vulnerabilities-and-ai-framework-data-leakage-are-controls-keeping-up/</link>
                        <pubDate>Tue, 02 Jun 2026 19:03:42 +0000</pubDate>
                        <description><![CDATA[TL;DR: Cyera reports three LangChain and LangGraph vulnerabilities, including one critical flaw, that can expose filesystem files, environment secrets, and conversation history across widely...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Cyera reports three LangChain and LangGraph vulnerabilities, including one critical flaw, that can expose filesystem files, environment secrets, and conversation history across widely deployed AI infrastructure with roughly 847 million combined PyPI downloads. The real governance issue is that AI frameworks behave like data pipelines, so existing IAM and data security controls must extend into the agent runtime, not stop at the app boundary.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Cyera: LangDrained, three paths to your data through LangChain, the world's most popular AI framework</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>The LangChain family has reached roughly <a href="https://www.cyera.com/research/langdrained-3-paths-to-your-data-through-the-worlds-most-popular-ai-framework?utm_source=nhimg&amp;utm_medium=NHIForum">847 million total downloads</a> across langchain, langchain-core, and langchain-community.</li>
<li>The Trivy supply chain compromise spread across <a href="https://www.cyera.com/research/langdrained-3-paths-to-your-data-through-the-worlds-most-popular-ai-framework?utm_source=nhimg&amp;utm_medium=NHIForum">5 ecosystems in March 2026</a>.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-handle-hidden-ai-framework-dependencies-in-enterprise-/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams handle hidden AI framework dependencies in enterprise environments?</a></strong></p>
<p><strong>A:</strong> Treat AI frameworks as governed infrastructure, not incidental libraries.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-frameworks-create-new-nhi-governance-risks/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI frameworks create new NHI governance risks?</a></strong></p>
<p><strong>A:</strong> AI frameworks often sit between identities, tools, secrets, and persistent memory, so they can amplify a small coding flaw into broad data exposure.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-prompt-loading-or-deserialisation-is-not-constrained/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when prompt loading or deserialisation is not constrained?</a></strong></p>
<p><strong>A:</strong> Unconstrained prompt loading can turn a harmless configuration reference into local file disclosure, while permissive deserialisation can reinterpret attacker-controlled data as trusted framework objects.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Inventory AI framework dependencies</strong> Identify every service, pipeline, and internal tool that imports <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">LangChain or LangGraph directly or transitively</a>.</li>
<li><strong>Restrict prompt loading to trusted paths</strong> Block user-controlled file paths and enforce base-directory checks for any prompt or template loader.</li>
<li><strong>Harden secret handling in deserialisation flows</strong> Disable secret resolution for untrusted objects and audit every code path that serialises model output, tool responses, or metadata.</li>
</ul>
<p><em>With 98% of companies planning to deploy even more AI agents within the next 12 months, per AI Agents: The New Attack Surface report, the governance gap will widen unless teams can map AI middleware to data classes and responsible owners?</em></p>
<p>&#x1f449; <strong><a href="https://www.cyera.com/research/langdrained-3-paths-to-your-data-through-the-worlds-most-popular-ai-framework?utm_source=nhimg&amp;utm_medium=NHIForum">Read Cyera's analysis of LangChain vulnerabilities and AI data exposure →</a></strong></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-breaches/langchain-vulnerabilities-and-ai-framework-data-leakage-are-controls-keeping-up/</guid>
                    </item>
							        </channel>
        </rss>
		