By NHI Mgmt Group Editorial TeamPublished 2026-06-15Domain: AnnouncementsSource: Curity

TL;DR: A built-in React login application, new token issuance authorizers, scriptable authorization logic, and support for signed OpenID Connect authorization requests are added in Curity Identity Server 11.3, according to Curity. The release matters because it pushes more authentication and token policy into the identity layer, where teams must balance developer convenience with stronger governance.


At a glance

What this is: Curity Identity Server 11.3 adds a built-in login app, expanded token issuance authorisation, and support for signed OpenID Connect requests.

Why it matters: It matters to IAM practitioners because the release concentrates more authentication and token decisions inside the identity platform, which can improve consistency but also raises the governance bar for policy design and review.

👉 Read Curity's release notes for Identity Server 11.3 and token control changes


Context

Curity Identity Server 11.3 focuses on two familiar identity control points: the login experience and the rules that govern token issuance. The practical question for IAM teams is not whether these features are modern, but how much decision-making they move into the identity layer and how carefully those decisions are governed.

For practitioners managing NHI, application access, and federated login flows, this kind of release changes where policy lives and how quickly it can be changed. That makes it relevant to lifecycle controls, token governance, and the broader shift toward tighter runtime authorisation in identity systems.


Key questions

Q: How should IAM teams govern token issuance authorisers in production?

A: Treat token issuance authorisers as policy code, not configuration trivia. Put every rule under ownership, version control, testing, and approval before deployment. Composite logic should be reviewed for overlaps and exceptions, because the risk is not only incorrect access, but also policy drift that nobody can explain during audit or incident review.

Q: When do built-in login applications create more risk than they remove?

A: They create more risk when teams treat them as cosmetic front ends instead of governed identity controls. If branding, federation, and client-specific logic are changed informally, the login flow becomes another shadow policy layer. The control fails when no one can prove who changed it, why it changed, or whether the change was tested.

Q: Why do signed OpenID Connect requests matter for access governance?

A: Signed requests matter because they protect the integrity of the authorisation intent between client and identity provider. That reduces tampering risk, but only if the rest of the access model is disciplined. If scopes, redirect rules, and client registrations are loose, signed requests simply preserve bad policy with more certainty.

Q: What should security teams audit after adding composite authorisers?

A: They should audit rule interactions, exception paths, and the ownership model around changes. Composite authorisers can make policy more precise, but they also make failure modes harder to see if conditions are scattered across teams. The key question is whether the organisation can still explain a token decision in plain language after the fact.


How it works in practice

Built-in login applications and federated authentication flows

A built-in login application removes the need for every customer or tenant to create a custom front end for authentication. In practice, this shifts the access experience closer to a standardised identity surface while still allowing configuration at the system, profile, or client level. For teams, the technical question is whether the login app becomes a controlled extension of the identity server or an under-reviewed customisation layer. The more logic that moves into the login journey, the more important it becomes to keep authentication policies, branding, and federation behaviour consistent across clients.

Practical implication: treat the login application as governed identity infrastructure, not just UI.

Token issuance authorisation and composite policy logic

Token issuance authorisation determines whether a request should receive a token at all, and under what conditions. New global, script, and composite authorisers mean policy can be layered across broad defaults, custom logic, and combined conditions. That is useful when access decisions depend on more than static client registration, but it also increases the risk of fragmented policy logic if rules are duplicated or poorly tested. The architectural shift is toward more expressive runtime authorisation inside the identity server, which demands stronger versioning, testing, and approval discipline.

Practical implication: centralise token policy changes and test composite rules before broad rollout.

Signed OpenID Connect requests and governance consistency

Signed OpenID Connect authorisation requests add cryptographic integrity to the request path, helping prevent tampering between the client and the identity provider. That matters when downstream policy depends on the exact request parameters, scopes, or redirect intent. Combined with database-managed OAuth scopes and background jobs for resilient task execution, the release shows a broader push toward operational identity governance rather than one-off authentication plumbing. The challenge for practitioners is to keep request integrity, scope management, and recovery behaviour aligned under the same control model.

Practical implication: align request signing, scope governance, and recovery tasks under one access policy review process.


NHI Mgmt Group analysis

Curity 11.3 is really a governance release, not just a usability release. The built-in React login application matters because it standardises a control point that many teams previously treated as bespoke implementation work. That reduces front-end sprawl, but it also concentrates authentication experience into the identity platform itself. Practitioners should treat the login layer as governed infrastructure with explicit ownership, review, and change control.

Token issuance authorisation is where the real identity risk shifts happen. Global, script, and composite authorisers move more access logic into runtime policy, which is exactly where IAM teams need precision. This is not only about whether a token is issued, but about whether the logic that decides issuance remains understandable, testable, and auditable as it grows. The practical conclusion is that policy expressiveness must be matched by policy governance.

Signed authorisation requests are a useful control only when the surrounding request path is disciplined. Cryptographic integrity helps preserve intent, but it does not fix weak scope design, unclear client ownership, or poorly controlled configuration changes. The release points to a broader pattern in modern IAM: stronger protocol features reduce ambiguity, yet they also expose the quality of the surrounding governance model. Teams should evaluate the whole request chain, not the signature in isolation.

Background jobs and scope management show that identity platforms are becoming operational systems as much as authentication systems. Persistent tasks and database-managed OAuth scopes blur the line between configuration and runtime control. That creates an operational dependency on change management, recovery procedures, and privilege boundaries that many identity programmes still handle informally. Practitioners need to govern identity infrastructure with the same rigor they apply to other production services.

Curity 11.3 reinforces a wider market direction toward policy-heavy identity platforms. Identity products are absorbing more of the decisions that used to live in surrounding application code. That may improve consistency, but it also means the organisation inherits a more powerful and more sensitive control plane. IAM leaders should expect future platform choices to be judged less on features alone and more on how well they support governed runtime policy.

From our research:

  • 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface, according to Ultimate Guide to NHIs.
  • Only 5.7% of organisations have full visibility into their service accounts, which shows how often identity governance is still blind to the systems it must control.
  • That visibility gap is why teams should pair runtime token policy with the 52 NHI Breaches Analysis to understand how control failures turn into real incidents.

What this signals

Policy-heavy identity platforms will keep pulling governance decisions away from application code. That trend is helpful only if security teams can still see, review, and roll back the rules that now live inside the identity layer. As token logic becomes more expressive, programme maturity will be measured by governance discipline rather than by feature count alone.

Runtime access control is becoming the new policy battleground for identity teams. If your programme still treats login flows and token rules as separate workstreams, Curity 11.3 is a signal to rejoin them under one operating model. The useful benchmark is whether a team can explain every access decision without digging through application code or undocumented exceptions.


For practitioners

  • Review login customisation ownership Map which teams can change the built-in login application, then require the same approval and testing controls you use for other authentication changes.
  • Inventory token issuance rules Document every global, script, and composite authoriser in use, including the business reason for each rule and the owner responsible for change approval.
  • Test signed request handling end to end Validate that signed OpenID Connect requests are accepted only from intended clients and that downstream scope decisions match the signed parameters.
  • Govern OAuth scope changes as production policy Place database-backed scope changes under the same change control, review cadence, and rollback process as other runtime access policy updates.
  • Align background jobs to operational controls Define who can create, modify, and recover persistent jobs so task execution does not become an unreviewed back door into identity workflows.

Key takeaways

  • Curity 11.3 moves more authentication and token decisions into the identity platform, which raises the need for stronger governance around change control and ownership.
  • The operational risk is not the login screen itself, but the expanding policy surface behind token issuance, signed requests, and scope management.
  • IAM teams should review whether their current controls can still explain, test, and reverse identity decisions once those decisions are embedded in runtime policy.

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.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-03Token issuance authorisation and scope control directly affect NHI access governance.
NIST CSF 2.0PR.AC-4The release concentrates access decisions inside the identity layer, which maps to least-privilege control.
NIST Zero Trust (SP 800-207)AC-4Signed requests and runtime authorisation support zero trust decisioning at the identity boundary.

Review token issuance rules and scope assignment under NHI-03 before broad deployment.


Key terms

  • Token Issuance Authorisation: The policy layer that decides whether an identity request should receive a token and under what conditions. It sits between authentication and downstream access, so it determines not just who is known, but whether the request is allowed to produce usable credentials.
  • Composite Authoriser: A policy construct that combines multiple conditions or decision sources before granting access. It is useful for precision, but it also makes governance harder because teams must understand how rule interactions, overrides, and exceptions behave under real runtime conditions.
  • Signed OpenID Connect Request: An OpenID Connect authorisation request protected by a digital signature so its parameters cannot be altered in transit. The signature preserves request integrity, which is valuable when access decisions depend on exact client intent, scope, or redirect behaviour.
  • Runtime Policy: Access logic that is evaluated during a live request rather than only at provisioning time. In identity programmes, runtime policy is powerful because it adapts to context, but it also requires versioning, testing, and auditability to remain trustworthy.

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 Curity: Identity Server 11.3 release notes and feature highlights. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-15.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org