TL;DR: External API expansion is an identity problem as much as an architecture problem, because partner access, onboarding, and traffic control must be designed together. Power Dynamic Technology used Kong Konnect on Azure to build a self-service API developer portal for SecureID, adding secure API exposure, built-in plugins, and scaling support for a platform serving millions, according to Kong.
At a glance
What this is: This is a customer story about scaling a digital identity platform with API management, with the key finding that secure developer access and controlled API exposure had to be built into the architecture from the start.
Why it matters: It matters because IAM, NHI, and platform teams increasingly have to govern developer access, service authentication, and partner onboarding as one control plane, not as separate projects.
By the numbers:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so.
👉 Read Kong's customer story on scaling SecureID with Kong Konnect and Azure
Context
Secure identity platforms fail when developer access, partner onboarding, and API protection are treated as separate concerns. In practice, the control plane has to manage who can reach the service, what they can call, and how quickly the exposure can expand without breaking compliance or trust.
This story is about API governance in a digital identity context, not just infrastructure scaling. The same patterns now show up in NHI programmes and agentic AI programmes, where external callers, service identities, and delegated access all need to be governed through one operating model.
Key questions
Q: How should teams govern third-party access to identity platform APIs?
A: Teams should govern third-party access as a lifecycle problem, not a one-time integration task. That means defining approval, authentication, rate limits, monitoring, and offboarding together. The goal is to make external access traceable from onboarding to revocation, with clear ownership when a partner’s relationship or scope changes.
Q: Why do API gateways matter for IAM programmes?
A: API gateways matter because they sit on the request path and can enforce identity and usage policy before traffic reaches core services. For IAM teams, that makes the gateway a practical control point for authentication, throttling, observability, and access consistency across environments.
Q: What breaks when partner API access is managed outside IAM?
A: When partner access sits outside IAM, teams lose visibility into who was approved, what they can reach, and when that access should end. That creates entitlement drift, weak auditability, and a larger blast radius if a partner credential or onboarding path is misused.
Q: How do organisations keep API policy consistent across cloud environments?
A: Organisations keep policy consistent by centralising control definitions and checking that each environment enforces the same authentication, revocation, and logging rules. Without that discipline, hybrid and multi-cloud setups create different trust models for the same API, which complicates audit and incident response.
Technical breakdown
Self-service developer portals and API exposure
A self-service developer portal turns a private API into an externally consumable product. That changes the identity model immediately, because registration, authentication, rate limits, documentation, and revocation all become part of the access path. In a platform like SecureID, the portal is not just a convenience layer. It is the control surface where partner trust is established and where exposure can expand if onboarding is not tightly governed.
Practical implication: treat developer onboarding, API authentication, and access revocation as one lifecycle, not as separate admin tasks.
Plugin-based controls for authentication, rate limiting, and observability
API gateways typically combine policy enforcement with traffic handling. Authentication validates who or what is calling, rate limiting constrains usage, and observability tells teams whether access patterns match intent. The architectural issue is that these controls must be enforced close to the request path, because once an API is published to third parties, compensating controls in downstream services are too late. This is a governance pattern, not just a network pattern.
Practical implication: enforce authentication and rate limits at the gateway layer before traffic reaches identity or data services.
Cloud-native control planes in hybrid and multi-cloud environments
When a control plane runs across Azure and other environments, identity consistency becomes more important than infrastructure consistency. Teams need a stable way to govern access across environments, because partner APIs, internal services, and future workloads rarely stay in one boundary. The risk is policy drift, where different environments apply different trust rules to the same API or service identity. That drift becomes visible only after scale creates operational complexity.
Practical implication: map API policies to a central governance model so access rules do not fragment as environments expand.
NHI Mgmt Group analysis
API exposure is now an identity governance problem, not just an integration problem. Once a private identity platform opens its APIs to third-party developers, the question is no longer whether traffic can be routed. The real question is who gets access, how that access is bounded, and how quickly it can be removed when the relationship changes. Practitioners should treat public API enablement as a governance decision with lifecycle consequences.
Developer portals create an entitlement surface that looks like NHI sprawl in practice. Every onboarded partner, client, or service consumes credentials, policies, and monitoring rules that must be kept aligned. That is structurally similar to workload identity management, even when the calling parties are external developers rather than internal service accounts. The implication is that API product teams and IAM teams need a shared control model, not parallel ones.
Control planes are only as strong as the policy consistency they preserve across environments. A gateway that works in one cloud but drifts in another creates an audit problem as soon as traffic, certificates, or auth methods diverge. Kong's use case shows the architectural direction of travel, but the practitioner takeaway is broader: identity enforcement has to stay consistent as infrastructure scales. Teams should assess where policy drift is likely before expansion becomes irreversible.
Identity blast radius: the real security issue is not just how many APIs exist, but how much partner or developer access can be reached through a single onboarding path. As platforms expose more of their core capabilities, one overly broad trust decision can cascade across multiple services, environments, and business functions. The practitioner conclusion is that access scope must be designed as a limit on blast radius, not as an afterthought to delivery speed.
Secure digital identity platforms now depend on API governance maturity to remain trustworthy at scale. The more third parties are allowed into the model, the more the programme depends on consistent onboarding, revocation, and traffic enforcement. Teams that separate platform engineering from identity governance will struggle to prove control over exposure. Practitioners should align API management and IAM ownership before external access grows further.
From our research:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
- Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
- For a deeper operating model, see NHI Lifecycle Management Guide for lifecycle controls that also apply when external access becomes persistent and hard to unwind.
What this signals
Identity programmes are moving toward a single governance plane for humans, services, and delegated access. That is the practical implication of API-first expansion: once third parties can consume core identity services, the control problem looks closer to NHI lifecycle management than classic perimeter security. Teams that already use the NHI Lifecycle Management Guide as an operating reference will find the same thinking useful for partner API exposure.
Control consistency will matter more than control count. The real test is whether the same authentication, revocation, and logging rules survive deployment into Azure, adjacent clouds, and future service layers. If they do not, the programme will drift faster than the business can recertify it.
Partner onboarding is becoming a measurable security boundary. As external access grows, teams should expect more scrutiny of who can register, who can call, and how quickly those privileges can be removed. That is where the control model either scales cleanly or begins to fragment.
For practitioners
- Define a joint API and identity onboarding workflow Tie partner registration, credential issuance, approval, and revocation into one documented workflow so third-party access can be retired cleanly when trust ends.
- Enforce gateway-level authentication and rate limits Place authentication, quota enforcement, and throttling at the gateway so downstream identity services are not the first line of defence against abuse.
- Review policy drift across Azure and adjacent environments Compare auth rules, certificate handling, and observability settings across every environment where the API is exposed, then standardise the ruleset before expansion.
- Map developer access to lifecycle controls Treat partner access as a lifecycle issue by defining how onboarding, recertification, and offboarding will work for each external developer group.
Key takeaways
- External API exposure turns identity verification platforms into governance problems as much as engineering problems.
- The architectural value is in the control plane, but the security value comes from consistent policy enforcement, not just scalability.
- IAM teams should align onboarding, authentication, and revocation before third-party access becomes too large to govern manually.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Third-party API access depends on managed authentication and access enforcement. |
| NIST Zero Trust (SP 800-207) | AC-4 | Zero trust supports continuous verification for third-party and service access. |
| OWASP Non-Human Identity Top 10 | NHI-04 | Partner credentials and service access resemble NHI lifecycle and secret governance issues. |
Treat partner API credentials as governed non-human identities and define revocation paths.
Key terms
- Api Gateway: An API gateway is the enforcement layer that sits between callers and backend services. It centralises authentication, traffic shaping, logging, and policy decisions so teams can control who can reach an API and under what conditions. In identity programmes, it becomes a practical access boundary.
- Developer Portal: A developer portal is the self-service interface where external users discover APIs, register applications, obtain credentials, and manage access. It is not just documentation. It is an onboarding and governance surface that determines how quickly third parties can be approved, monitored, and offboarded.
- Policy Drift: Policy drift is the gradual divergence of access, authentication, logging, or enforcement rules across environments or services. It often appears when the same API is deployed in multiple clouds or regions. The risk is that the identity model no longer matches the actual control posture.
- Partner Entitlement Surface: The partner entitlement surface is the full set of permissions, credentials, and usage rules exposed to third parties through APIs or portals. It matters because every external relationship creates a manageable but real access footprint. If that surface is not governed lifecycle to lifecycle, exposure expands faster than oversight.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by Kong: How Power Dynamic Technology Scaled SecureID with Kong Konnect and Azure Cloud. Read the original.
Published by the NHIMG editorial team on 2025-06-09.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org