<?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>
									NHI &amp; AI Best Practices - NHIMG Forum				            </title>
            <link>https://nhimg.org/community/nhi-best-practices/</link>
            <description>NHIMG Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 06 Jun 2026 13:38:01 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Replit app auth for real users: what changes for IAM teams?</title>
                        <link>https://nhimg.org/community/nhi-best-practices/replit-app-auth-for-real-users-what-changes-for-iam-teams/</link>
                        <pubDate>Sat, 06 Jun 2026 11:35:20 +0000</pubDate>
                        <description><![CDATA[TL;DR: Replit’s built-in auth is fine for throwaway prototypes, but it lacks enterprise SSO, audit logs, directory sync, and portability once an app becomes real, according to WorkOS’s tutor...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Replit’s built-in auth is fine for throwaway prototypes, but it lacks enterprise SSO, audit logs, directory sync, and portability once an app becomes real, according to WorkOS’s tutorial on adding AuthKit to a Replit-built Node.js app. The governance lesson is simple: authentication shortcuts that speed prototyping can become identity debt the moment a product faces customers.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by WorkOS: How to add auth to your Replit app with WorkOS</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-handle-authentication-in-prototype-apps-that-may-becom/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams handle authentication in prototype apps that may become production systems?</a></strong></p>
<p><strong>A:</strong> Treat prototype authentication as disposable unless it already supports the controls the business will need in production.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-built-in-app-authentication-features-often-fail-in-enterprise-use-cases/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do built-in app authentication features often fail in enterprise use cases?</a></strong></p>
<p><strong>A:</strong> Built-in auth commonly solves sign-in but not governance.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-should-teams-check-before-using-hosted-login-flows-in-a-new-application/?utm_source=nhimg&amp;utm_medium=NHIForum">What should teams check before using hosted login flows in a new application?</a></strong></p>
<p><strong>A:</strong> Teams should validate redirect URIs, callback handling, session storage, cookie security, and logout behaviour before launch.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Separate prototype auth from production auth decisions</strong> Document the exact point at which a Replit-style starter login must be replaced by enterprise authentication, especially when <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">external customers, SSO, or audit requirements</a> appear.</li>
<li><strong>Review redirect and callback handling before deployment</strong> Treat redirect URI allowlists, callback endpoints, sign-in endpoints, and sign-out redirects as controlled configuration, not development placeholders.</li>
<li><strong>Require audit evidence for customer-facing access</strong> Verify that sign-ins, group membership, and entitlement changes can be traced after launch, because authentication without audit evidence is not enough for enterprise buyers.</li>
</ul>
<h2>What's in the full article</h2>
<p>WorkOS's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Exact Node.js and Express code for the login, callback, and logout routes.</li>
<li>WorkOS dashboard settings for redirects, sign-in endpoints, and sign-out configuration.</li>
<li>Step-by-step handling of sealed sessions, cookie encryption, and refresh logic.</li>
<li>Deployment changes needed when moving from localhost to a production Replit domain.</li>
</ul>
<p>&#x1f449; <strong><a href="https://workos.com/blog/how-to-add-auth-to-your-replit-app?utm_source=nhimg&amp;utm_medium=NHIForum">Read WorkOS's tutorial on adding production authentication to a Replit app →</a></strong></p>
<p><em>Replit app auth for real users: 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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/replit-app-auth-for-real-users-what-changes-for-iam-teams/</guid>
                    </item>
				                    <item>
                        <title>Post-quantum readiness testing: what IAM teams are missing</title>
                        <link>https://nhimg.org/community/nhi-best-practices/post-quantum-readiness-testing-what-iam-teams-are-missing/</link>
                        <pubDate>Sat, 06 Jun 2026 11:33:30 +0000</pubDate>
                        <description><![CDATA[TL;DR: Public-facing TLS can often be checked for post-quantum readiness in seconds, but the harder work sits in the broader cryptographic estate where certificates, service accounts, SSH ke...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Public-facing TLS can often be checked for post-quantum readiness in seconds, but the harder work sits in the broader cryptographic estate where certificates, service accounts, SSH keys, and code signing remain poorly inventoried, according to Axiad. The real risk is not just quantum timelines, but the identity visibility gap that turns migration into a multi-year governance problem.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Axiad: Is Your Domain Ready for the Post-Quantum Era? Check Now Quantify Your Identity Risk in Minutes</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>Gartner's research projects that quantum computing will render conventional asymmetric cryptography unsafe by <a href="https://www.axiad.com/blog/are-your-public-facing-domains-quantum-ready?utm_source=nhimg&amp;utm_medium=NHIForum">approximately 2029 and fully breakable by 2034</a>.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-start-a-post-quantum-migration-program/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams start a post-quantum migration program?</a></strong></p>
<p><strong>A:</strong> Start by inventorying where cryptography is actually used, then measure external exposure first.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-internet-facing-domains-get-prioritized-in-pqc-planning/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do internet-facing domains get prioritized in PQC planning?</a></strong></p>
<p><strong>A:</strong> Internet-facing domains are prioritized because they are exposed, measurable, and often easier to upgrade than internal cryptographic dependencies.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-teams-treat-a-pqc-scan-as-full-readiness/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when teams treat a PQC scan as full readiness?</a></strong></p>
<p><strong>A:</strong> What breaks is the assumption that external TLS equals enterprise cryptographic readiness.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Scan critical public domains first</strong> Use the external TLS check to establish a baseline on customer portals, APIs, and partner endpoints, then compare subdomains rather than assuming the main site represents the whole estate.</li>
<li><strong>Build a cryptographic inventory beyond the edge</strong> Map certificates, SSH keys, code signing assets, service accounts, and API dependencies so the PQC programme has an asset list to work from.</li>
<li><strong>Separate hybrid support from final-state readiness</strong> Treat hybrid TLS negotiation as a transitional control.</li>
</ul>
<h2>What's in the full article</h2>
<p>Axiad's full blog post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Step-by-step interpretation of PQC readiness results for TLS 1.3 domains and certificate metadata</li>
<li>Guidance on testing subdomains, vendor domains, and partner-facing endpoints as part of a portfolio scan</li>
<li>Operational context for how hybrid key exchange behaves during migration and compatibility testing</li>
<li>A deeper discussion of Axiad Mesh and how it correlates cryptographic assets with identities and risk</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.axiad.com/blog/are-your-public-facing-domains-quantum-ready?utm_source=nhimg&amp;utm_medium=NHIForum">Read Axiad's analysis of post-quantum readiness for internet-facing domains →</a></strong></p>
<p><em>Post-quantum readiness testing: what IAM teams are missing?</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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/post-quantum-readiness-testing-what-iam-teams-are-missing/</guid>
                    </item>
				                    <item>
                        <title>MCP confused deputy risk: what IAM teams need to enforce</title>
                        <link>https://nhimg.org/community/nhi-best-practices/mcp-confused-deputy-risk-what-iam-teams-need-to-enforce/</link>
                        <pubDate>Sat, 06 Jun 2026 11:33:05 +0000</pubDate>
                        <description><![CDATA[TL;DR: The MCP security best practices specification makes confused deputy attacks, token passthrough, and session-based authentication the central risks for agent and tool trust, while mand...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> The MCP security best practices specification makes confused deputy attacks, token passthrough, and session-based authentication the central risks for agent and tool trust, while mandating OAuth 2.1, per-request validation, and five authorization patterns, according to Aembit. The bigger issue is that existing IAM assumptions about stable user sessions and broad token reuse do not survive request-by-request nonhuman identity behaviour.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Aembit: MCP security best practices and the confused deputy problem</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://aembit.io/blog/mcp-authentication-and-authorization-patterns/?utm_source=nhimg&amp;utm_medium=NHIForum">Only 18% of MCP server deployments</a> implement any form of access scoping for tool permissions.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-enforce-per-client-authorization-in-mcp-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams enforce per-client authorization in MCP environments?</a></strong></p>
<p><strong>A:</strong> Security teams should bind each request to a specific client identity, approved scope, and approved operation on the server side.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-token-audience-checks-matter-so-much-in-mcp/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do token audience checks matter so much in MCP?</a></strong></p>
<p><strong>A:</strong> Token audience checks matter because a valid token for one service should not be reusable against another service.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-token-passthrough-is-allowed-in-mcp/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when MCP servers use token passthrough or session auth?</a></strong></p>
<p><strong>A:</strong> Token passthrough and session authentication both create reusable trust artefacts that are easy to intercept or replay.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Enforce per-client consent registries</strong> Map each user to approved client applications and approved scopes on the server side, then reject requests that cannot be bound to a specific client and operation.</li>
<li><strong>Validate audience claims on every request</strong> Reject any token whose aud claim does not match the MCP server identifier, even if the token is signed and unexpired.</li>
<li><strong>Eliminate token passthrough from intermediary services</strong> Require direct token validation against the authorization server and use token exchange when downstream services need access on behalf of the user.</li>
</ul>
<h2>What's in the full article</h2>
<p>Aembit's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Exact authentication pattern guidance for OAuth 2.1, PKCE, mTLS and federation in MCP deployments</li>
<li>Step-by-step authorization checks for consent registries, redirect URI matching and state validation</li>
<li>Transport hardening detail for HTTPS, TLS versions, HSTS and stdio-based local server transport</li>
<li>Policy implementation examples for conditional access, posture checks and attribute-based controls</li>
</ul>
<p>&#x1f449; <strong><a href="https://aembit.io/blog/mcp-authentication-and-authorization-patterns/?utm_source=nhimg&amp;utm_medium=NHIForum">Read Aembit's analysis of MCP security best practices and confused deputy risk →</a></strong></p>
<p><em>MCP confused deputy risk: what IAM teams need to enforce?</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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/mcp-confused-deputy-risk-what-iam-teams-need-to-enforce/</guid>
                    </item>
				                    <item>
                        <title>Best SCIM providers in 2026: what IAM teams should weigh</title>
                        <link>https://nhimg.org/community/nhi-best-practices/best-scim-providers-in-2026-what-iam-teams-should-weigh/</link>
                        <pubDate>Sat, 06 Jun 2026 11:32:45 +0000</pubDate>
                        <description><![CDATA[TL;DR: SCIM has become a baseline enterprise requirement for automated user provisioning and deprovisioning, but implementation quality still varies across identity providers, scaling models...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> SCIM has become a baseline enterprise requirement for automated user provisioning and deprovisioning, but implementation quality still varies across identity providers, scaling models, and offboarding reliability, according to WorkOS. The real decision is no longer whether to support SCIM, but whether your provisioning architecture preserves lifecycle control, event integrity, and vendor flexibility.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by WorkOS: Best SCIM providers for automated user provisioning in 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 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">96% of organisations store secrets</a> outside 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">71% of NHIs are not rotated</a> within recommended time frames, increasing the risk of compromise over time.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-evaluate-a-scim-provider-for-enterprise-provisioning/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams evaluate a SCIM provider for enterprise provisioning?</a></strong></p>
<p><strong>A:</strong> Focus on lifecycle fidelity, not just API availability.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-does-delayed-offboarding-matter-so-much-in-scim-driven-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">Why does delayed offboarding matter so much in SCIM-driven environments?</a></strong></p>
<p><strong>A:</strong> Delayed offboarding leaves accounts active after the source directory has already removed the user, which creates residual access that can be abused or mis-scoped.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-scim-implementations-handle-attributes-inconsistently-across-di/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when SCIM implementations handle attributes inconsistently across directories?</a></strong></p>
<p><strong>A:</strong> Inconsistent attribute handling breaks role mapping, group sync, and downstream authorization logic.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Audit deprovisioning reliability before rollout</strong> Test whether removed users disappear from the application immediately, whether group membership is revoked cleanly, and whether failed lifecycle events can be replayed without manual support tickets.</li>
<li><strong>Prefer ordered event delivery over best-effort webhooks</strong> Use a provider that can preserve event sequence and expose gaps so access changes are not lost during directory spikes or retry storms.</li>
<li><strong>Minimise custom attribute logic in the application</strong> Map non-standard directory fields at the integration layer and document how each source directory represents identity attributes, groups, and role changes.</li>
</ul>
<h2>What's in the full article</h2>
<p>WorkOS's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Step-by-step comparison of the three SCIM providers and where each fits in a SaaS identity stack</li>
<li>Implementation notes on webhooks, Events API delivery, and self-serve admin setup for enterprise customers</li>
<li>Pricing model details, including per-directory versus per-user trade-offs for forecasting and procurement</li>
<li>Product-specific feature lists that implementation teams would need once they move past selection criteria</li>
</ul>
<p>&#x1f449; <strong><a href="https://workos.com/blog/best-scim-providers-for-automated-user-provisioning-in-2026?utm_source=nhimg&amp;utm_medium=NHIForum">Read WorkOS's guide to the best SCIM providers for 2026 →</a></strong></p>
<p><em>Best SCIM providers in 2026: what IAM teams should weigh?</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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/best-scim-providers-in-2026-what-iam-teams-should-weigh/</guid>
                    </item>
				                    <item>
                        <title>AI tooling compression: what it means for IAM teams</title>
                        <link>https://nhimg.org/community/nhi-best-practices/ai-tooling-compression-what-it-means-for-iam-teams/</link>
                        <pubDate>Sat, 06 Jun 2026 11:29:43 +0000</pubDate>
                        <description><![CDATA[TL;DR: AI tooling is collapsing knowledge retrieval, delivery timelines, and working skill thresholds into shorter, more accessible workflows, according to WorkOS. That compression raises th...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> AI tooling is collapsing knowledge retrieval, delivery timelines, and working skill thresholds into shorter, more accessible workflows, according to WorkOS. That compression raises the leverage of experienced teams, but it also creates hidden lossiness that identity and security programmes must account for.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by WorkOS: Knowledge compression, time compression, skill compression</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-ai-assisted-workflows-that-compress-approvals-a/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern AI-assisted workflows that compress approvals and handoffs?</a></strong></p>
<p><strong>A:</strong> Security teams should identify where AI tooling removes the artefacts that normal governance depends on, such as tickets, peer review, and explicit handoffs.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-does-ai-driven-compression-create-identity-governance-risk/?utm_source=nhimg&amp;utm_medium=NHIForum">Why does AI-driven compression create identity governance risk?</a></strong></p>
<p><strong>A:</strong> It creates risk because governance frameworks assume time, evidence, and accountability are visible long enough to review.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-organisations-get-wrong-about-faster-ai-powered-delivery/?utm_source=nhimg&amp;utm_medium=NHIForum">What do organisations get wrong about faster AI-powered delivery?</a></strong></p>
<p><strong>A:</strong> They often treat speed as proof that the control model is working.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Map which approvals disappear under AI-assisted delivery</strong> Identify workflows where briefs, review cycles, tickets, or QA gates no longer appear because one person can complete the task in a single session.</li>
<li><strong>Separate retrieval speed from governance trust</strong> Require <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">source provenance</a>, entitlement checks, and review rules for any workflow that compresses knowledge retrieval into a single query path.</li>
<li><strong>Preserve expert review where compression hides error</strong> Mark infrastructure, security, and accessibility tasks that can be drafted quickly but still need specialist sign-off before deployment.</li>
</ul>
<h2>What's in the full article</h2>
<p>WorkOS's full article covers the practical examples and product context this post intentionally leaves for the source:</p>
<ul>
<li>How the author uses RAG, Claude Code, and MCP servers to illustrate knowledge and workflow compression in practice</li>
<li>The internal WorkOS example of compressing multi-step operational work into a single continuous session</li>
<li>The discussion of how compressed workflows can reduce the training path for junior staff and change specialist development</li>
<li>The author's own view on where judgment should slow the workflow down even when tools make it faster</li>
</ul>
<p>&#x1f449; <strong><a href="https://workos.com/blog/compression-core-pattern-llms?utm_source=nhimg&amp;utm_medium=NHIForum">Read WorkOS's analysis of AI tooling compression and workflow speed →</a></strong></p>
<p><em>AI tooling compression: what it means 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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/ai-tooling-compression-what-it-means-for-iam-teams/</guid>
                    </item>
				                    <item>
                        <title>Quantum-safe encryption and PQC migration: what IAM teams need now</title>
                        <link>https://nhimg.org/community/nhi-best-practices/quantum-safe-encryption-and-pqc-migration-what-iam-teams-need-now/</link>
                        <pubDate>Sat, 06 Jun 2026 11:28:04 +0000</pubDate>
                        <description><![CDATA[TL;DR: As governments, regulators, and analysts push post-quantum cryptography timelines toward 2030, organisations are being forced to redesign encryption across existing networks rather th...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> As governments, regulators, and analysts push post-quantum cryptography timelines toward 2030, organisations are being forced to redesign encryption across existing networks rather than waiting for cryptographically relevant quantum computers to arrive, according to SSH Communications Security. The strategic issue is crypto-agility, because migration paths that preserve compatibility while reducing future decryption risk will determine how quickly security teams can move.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by SSH Communications Security: quantum-safe encryption and post-quantum cryptography migration</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>Key industries such as finance, healthcare, telecommunications, and critical infrastructure are expected to have <a href="https://www.ssh.com/blog/how-organizations-prepare-for-the-post-quantum-cryptography-era?utm_source=nhimg&amp;utm_medium=NHIForum">completed the PQC transition by 2030</a>.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-organisations-start-migrating-to-post-quantum-cryptography-without-re/?utm_source=nhimg&amp;utm_medium=NHIForum">How should organisations start migrating to post-quantum cryptography without replacing everything at once?</a></strong></p>
<p><strong>A:</strong> Start with the links that carry long-lived sensitive data and high-value administrative traffic, then use hybrid cryptography where classical and post-quantum methods can coexist.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-quantum-safe-encryption-projects-matter-to-iam-and-nhi-teams/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do quantum-safe encryption projects matter to IAM and NHI teams?</a></strong></p>
<p><strong>A:</strong> Because identity assurance depends on the confidentiality and integrity of the sessions that carry authentication, delegation, and service-to-service trust.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-if-organisations-delay-crypto-agility-until-quantum-computing-is-mat/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks if organisations delay crypto-agility until quantum computing is mature?</a></strong></p>
<p><strong>A:</strong> Fixed cryptographic dependencies become a governance problem because systems, devices, and applications will still need to support multiple algorithms during migration.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Inventory long-confidentiality traffic paths</strong> Identify the data flows that must remain confidential for years, including intellectual property, regulated records, and privileged machine communications, then rank them for PQC migration first.</li>
<li><strong>Prioritise hybrid cryptography for transition zones</strong> Use hybrid exchanges where classical and post-quantum algorithms can operate together, especially on links that must stay compatible with current infrastructure while standards stabilise.</li>
<li><strong>Test encryption throughput before broad rollout</strong> Measure latency, port density, and encrypted throughput under realistic east-west and routed traffic loads so performance limits do not force exceptions later.</li>
</ul>
<h2>What's in the full article</h2>
<p>SSH Communications Security's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Hybrid cryptography examples using ML-KEM, FrodoKEM, ECDH, and FFDHE in the same exchange.</li>
<li>How to think about Layer 2 and Layer 3 encryption placement across data centres, branches, and routed networks.</li>
<li>The performance implications of 100-gigabit interfaces, latency, and high port density for PQC rollout.</li>
<li>Why crypto-agility matters when software upgrades must preserve compatibility across mixed infrastructure.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.ssh.com/blog/how-organizations-prepare-for-the-post-quantum-cryptography-era?utm_source=nhimg&amp;utm_medium=NHIForum">Read SSH Communications Security's analysis of quantum-safe encryption and PQC migration →</a></strong></p>
<p><em>Quantum-safe encryption and PQC migration: what IAM teams need now?</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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/quantum-safe-encryption-and-pqc-migration-what-iam-teams-need-now/</guid>
                    </item>
				                    <item>
                        <title>Passwordless, MFA, and biometrics: what IAM teams should change</title>
                        <link>https://nhimg.org/community/nhi-best-practices/passwordless-mfa-and-biometrics-what-iam-teams-should-change/</link>
                        <pubDate>Sat, 06 Jun 2026 11:27:05 +0000</pubDate>
                        <description><![CDATA[TL;DR: Traditional passwords still dominate enterprise authentication, but the article argues they create recurring security, usability, and support failures through reuse, phishing, resets,...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Traditional passwords still dominate enterprise authentication, but the article argues they create recurring security, usability, and support failures through reuse, phishing, resets, and weak recovery patterns, according to Imprivata. The real shift is from memorized secrets toward stronger credential management, because password policy alone cannot fix the structural trust problem.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Imprivata: password problems, passwordless alternatives, and enterprise credential management</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-phase-out-passwords-without-breaking-access/?utm_source=nhimg&amp;utm_medium=NHIForum">How should organisations phase out passwords without breaking access?</a></strong></p>
<p><strong>A:</strong> Start with the highest-friction and highest-risk workflows, then move in waves.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-passwords-still-create-so-much-risk-in-enterprise-iam/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do passwords still create so much risk in enterprise IAM?</a></strong></p>
<p><strong>A:</strong> Because they are easy to reuse, easy to phish, and hard to govern consistently across many systems.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-security-teams-get-wrong-about-passwordless-authentication/?utm_source=nhimg&amp;utm_medium=NHIForum">What do teams get wrong about passwordless authentication?</a></strong></p>
<p><strong>A:</strong> They often focus on removing the password field without redesigning recovery, revocation, and device trust.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Inventory where passwords remain mandatory</strong> Map every application, remote access path, and privileged workflow that still depends on memorised secrets.</li>
<li><strong>Pilot passkeys in high-friction user journeys</strong> Start with use cases that create many password resets or repeated login prompts, then define enrollment, device replacement, and account recovery before expanding.</li>
<li><strong>Separate biometric convenience from biometric governance</strong> Require <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">on-device storage</a>, encryption, and documented recovery steps before approving biometrics for production access.</li>
</ul>
<h2>What's in the full article</h2>
<p>Imprivata's full article covers the implementation detail this post intentionally leaves for the source:</p>
<ul>
<li>Practical comparisons of passwordless methods, including biometrics, device-based authentication, and passkeys.</li>
<li>Operational discussion of recovery paths when a phone or hardware token is lost, stolen, or replaced.</li>
<li>Enterprise rollout considerations for legacy systems that still assume password-based authentication.</li>
<li>Privacy concerns and storage choices for biometric identifiers in real deployments.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.imprivata.com/blog/problem-traditional-passwords?utm_source=nhimg&amp;utm_medium=NHIForum">Read Imprivata's analysis of password problems and passwordless alternatives →</a></strong></p>
<p><em>Passwordless, MFA, and biometrics: what IAM teams should change?</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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/passwordless-mfa-and-biometrics-what-iam-teams-should-change/</guid>
                    </item>
				                    <item>
                        <title>Joiner provisioning with custom logic: what changes for IAM teams</title>
                        <link>https://nhimg.org/community/nhi-best-practices/joiner-provisioning-with-custom-logic-what-changes-for-iam-teams/</link>
                        <pubDate>Sat, 06 Jun 2026 11:26:54 +0000</pubDate>
                        <description><![CDATA[TL;DR: Identity provisioning breaks down when joiner flows need live lookups, fallback rules, and write-backs across HRIS, directory, and IT systems, according to ConductorOne. The real shif...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Identity provisioning breaks down when joiner flows need live lookups, fallback rules, and write-backs across HRIS, directory, and IT systems, according to ConductorOne. The real shift is governance: custom joiner logic becomes manageable only when it stays inside the identity platform instead of scattered scripts and webhooks.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by ConductorOne: Extensible Identity Flows: How C1 Finally Made Joiner Provisioning Bend to Your Rules</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>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-teams-govern-complex-joiner-provisioning-rules-without-relying-on-sha/?utm_source=nhimg&amp;utm_medium=NHIForum">How should teams govern complex joiner provisioning rules without relying on shadow scripts?</a></strong></p>
<p><strong>A:</strong> Treat joiner provisioning as governed workflow design, not ad hoc automation.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-joiner-flows-create-more-governance-risk-than-simple-account-creation/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do joiner flows create more governance risk than simple account creation?</a></strong></p>
<p><strong>A:</strong> Joiner flows are generative, which means they do more than create an account.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-provisioning-logic-lives-outside-the-identity-platform/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when provisioning logic lives outside the identity platform?</a></strong></p>
<p><strong>A:</strong> The control boundary breaks first.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Map joiner rules to explicit policy objects</strong> Separate naming, group assignment, attribute mapping, and exception handling into documented policy decisions before encoding them in workflow logic.</li>
<li><strong>Keep custom provisioning inside the governed runtime</strong> Avoid moving core joiner logic into standalone scripts or unmanaged cloud functions unless you can enforce logging, versioning, secret handling, and access controls equivalent to the identity platform.</li>
<li><strong>Treat HRIS write-back as a controlled lifecycle step</strong> Define which attributes may be written back after provisioning, who approves the write-back, and how exceptions are reconciled when downstream identity data changes after the initial HR record is created.</li>
</ul>
<h2>What's in the full article</h2>
<p>ConductorOne's full blog covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Step-by-step examples of custom joiner rules for username generation and fallback handling.</li>
<li>Practical walkthroughs for issuing Temporary Access Passes during Day 1 onboarding.</li>
<li>Implementation detail on writing account attributes back into the HRIS after provisioning.</li>
<li>Configuration context for using Functions inside the ConductorOne workflow runtime.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.c1.ai/blog/extensible-identity-flows-joiner-provisioning?utm_source=nhimg&amp;utm_medium=NHIForum">Read ConductorOne's post on extensible identity flows for joiner provisioning →</a></strong></p>
<p><em>Joiner provisioning with custom logic: 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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/joiner-provisioning-with-custom-logic-what-changes-for-iam-teams/</guid>
                    </item>
				                    <item>
                        <title>CORS errors and the server-side controls teams keep missing</title>
                        <link>https://nhimg.org/community/nhi-best-practices/cors-errors-and-the-server-side-controls-teams-keep-missing/</link>
                        <pubDate>Sat, 06 Jun 2026 11:26:24 +0000</pubDate>
                        <description><![CDATA[TL;DR: Common CORS failures usually trace back to missing or mismatched response headers, unhandled preflight requests, credentialed requests with wildcard origins, or misidentified mixed-co...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Common CORS failures usually trace back to missing or mismatched response headers, unhandled preflight requests, credentialed requests with wildcard origins, or misidentified mixed-content and file:// issues, according to WorkOS. The practical lesson is that browser-enforced access decisions still depend on server-side discipline, not frontend fixes.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by WorkOS: Common CORS errors and how to fix them</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-configure-cors-for-authenticated-browser-apis/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams configure CORS for authenticated browser APIs?</a></strong></p>
<p><strong>A:</strong> Use a strict allowlist of trusted origins, return the specific origin rather than a wildcard, and include credentials only when the request truly requires them.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-browser-requests-fail-even-when-the-api-works-in-postman/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do browser requests fail even when the API works in Postman?</a></strong></p>
<p><strong>A:</strong> Postman does not enforce browser-origin policy, so it can reach the server even when the browser cannot read the response.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-preflight-options-requests-are-not-handled-correctly/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when preflight OPTIONS requests are not handled correctly?</a></strong></p>
<p><strong>A:</strong> The browser stops the real request before it is sent, which means the application never sees the action the frontend intended to take.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Audit origin decisions at the server boundary</strong> Review every API endpoint that accepts browser traffic and verify that Access-Control-Allow-Origin is set once, intentionally, and only after validating the requesting origin against a <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">strict allowlist</a>.</li>
<li><strong>Test preflight handling on real browser flows</strong> Send OPTIONS requests for the methods and headers your frontend actually uses, then confirm the response includes the <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">exact Access-Control-Allow-Methods</a> and Access-Control-Allow-Headers values required.</li>
<li><strong>Separate CORS failures from other browser blocks</strong> Check for HTTPS mixed-content errors, file:// opaque origins, redirects on OPTIONS, and duplicate headers before widening policy, because each failure has a different enforcement layer.</li>
</ul>
<h2>What's in the full article</h2>
<p>WorkOS's full guide covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Copy-paste header examples for each common browser failure mode, including credentialed requests and preflight responses</li>
<li>A full quick-reference table of CORS headers and what each one changes in practice</li>
<li>Troubleshooting steps for Network tab inspection, redirects, proxy interference, and duplicate header injection</li>
<li>Practical development examples showing how to validate and echo allowed origins safely</li>
</ul>
<p>&#x1f449; <strong><a href="https://workos.com/blog/common-cors-errors-and-how-to-fix-them?utm_source=nhimg&amp;utm_medium=NHIForum">Read WorkOS's guide to the seven most common CORS errors →</a></strong></p>
<p><em>CORS errors and the server-side controls teams keep missing?</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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/cors-errors-and-the-server-side-controls-teams-keep-missing/</guid>
                    </item>
				                    <item>
                        <title>Endpoint cryptography in PQC planning: are PCs the blind spot?</title>
                        <link>https://nhimg.org/community/nhi-best-practices/endpoint-cryptography-in-pqc-planning-are-pcs-the-blind-spot/</link>
                        <pubDate>Sat, 06 Jun 2026 11:24:46 +0000</pubDate>
                        <description><![CDATA[TL;DR: Post-quantum cryptography planning is moving from theory to execution as NIST finalizes FIPS 203, 204, and 205 and CISA urges discovery, inventory, and migration planning, but the art...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Post-quantum cryptography planning is moving from theory to execution as NIST finalizes FIPS 203, 204, and 205 and CISA urges discovery, inventory, and migration planning, but the article argues that PCs remain the overlooked cryptographic surface in enterprise readiness, according to Keyfactor. The real risk is not just quantum exposure, but the blind spot created when endpoint cryptography is excluded from inventory, prioritization, and transition planning.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Keyfactor: PQC Without the PC Is Incomplete: The Endpoint Blind Spot in Post-Quantum Cryptography</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://www.keyfactor.com/blog/pqc-without-the-pc-is-incomplete-the-endpoint-blind-spot-in-post-quantum-cryptography/?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.keyfactor.com/blog/pqc-without-the-pc-is-incomplete-the-endpoint-blind-spot-in-post-quantum-cryptography/?utm_source=nhimg&amp;utm_medium=NHIForum">53% of organisations have experienced a security incident</a> directly related to machine identity management failures.</li>
<li><a href="https://www.keyfactor.com/blog/pqc-without-the-pc-is-incomplete-the-endpoint-blind-spot-in-post-quantum-cryptography/?utm_source=nhimg&amp;utm_medium=NHIForum">Only 44% of organisations have implemented any policies</a> to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-start-pqc-readiness-for-endpoint-pcs/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams start PQC readiness for endpoint PCs?</a></strong></p>
<p><strong>A:</strong> Start with a cryptographic inventory of the endpoint estate, then classify systems by algorithm exposure, data sensitivity, and refresh timing.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-pcs-create-a-blind-spot-in-post-quantum-planning/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do PCs create a blind spot in post-quantum planning?</a></strong></p>
<p><strong>A:</strong> PCs create a blind spot because they hold the cryptography used at the point of access, yet many programmes only inventory servers, cloud workloads, and core applications.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-endpoint-cryptography-is-not-included-in-pqc-migration/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when endpoint cryptography is not included in PQC migration?</a></strong></p>
<p><strong>A:</strong> Migration breaks when teams cannot see where vulnerable algorithms and long-lived trust material exist on PCs, so they cannot prioritise remediation or align it to device lifecycle events.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Inventory endpoint cryptography first</strong> Scan PCs for certificates, keys, weak algorithms, and cryptographic dependencies across firmware, OS, and applications before defining migration scope.</li>
<li><strong>Prioritise long-lived data pathways</strong> Rank endpoints by the sensitivity and retention period of the data they handle, then move the longest-lived confidentiality use cases ahead of low-value assets in the remediation plan.</li>
<li><strong>Align remediation to lifecycle events</strong> Tie cryptographic replacement to <a href="https://nhimg.org/nhi-lifecycle-management-guide?utm_source=nhimg&amp;utm_medium=NHIForum">hardware refresh cycles</a>, software updates, and vendor transition timelines so endpoint change happens in controlled waves rather than as an enterprise-wide cutover.</li>
</ul>
<h2>What's in the full article</h2>
<p>Keyfactor's full blog covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Endpoint discovery workflows for cryptography across PC fleets and adjacent infrastructure.</li>
<li>Operational guidance for classifying certificates, keys, and quantum-vulnerable algorithms.</li>
<li>Integration details for existing endpoint and service management platforms used in enterprise environments.</li>
<li>Practical sequencing for aligning remediation with hardware refresh and vendor migration timelines.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.keyfactor.com/blog/pqc-without-the-pc-is-incomplete-the-endpoint-blind-spot-in-post-quantum-cryptography/?utm_source=nhimg&amp;utm_medium=NHIForum">Read Keyfactor's analysis of endpoint cryptography in PQC planning →</a></strong></p>
<p><em>Endpoint cryptography in PQC planning: are PCs the blind spot?</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/nhi-best-practices/">NHI &amp; AI Best Practices</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-best-practices/endpoint-cryptography-in-pqc-planning-are-pcs-the-blind-spot/</guid>
                    </item>
							        </channel>
        </rss>
		