Digital identity design is more than a login. A secure sign-in is one step in an identity lifecycle. Organisations must decide how an identity is established, how authenticators are protected, what access follows, how changes are reviewed, and how compromise or loss is handled.
NIST’s Digital Identity Guidelines organise the problem around identity proofing, authentication, and federation. The implementation must still match the service, users, threats, and consequences.
On this page
- Separate identity from authentication
- Choose proofing for the consequence
- Use strong authenticators appropriately
- Treat federation as a trust relationship
- Authorisation follows the identity
- Design account recovery as a security control
- Connect identity to lifecycle events
- What does not matter as much as the lifecycle
- Turn the design into an operating control
- Test the failure path
- Measure the result without false precision
- Review change and ownership
- Keep the handoff explicit
Separate identity from authentication
Identity describes a subject and its relationship to a service. Authentication provides evidence that a claimant controls an authenticator. Authorisation then decides what the subject may do.
Keeping these concepts separate prevents a successful login from becoming a blanket permission.
- Subject and account lifecycle.
- Authenticator and assurance.
- Resource, action, and policy.
Choose proofing for the consequence
Identity proofing should match what the service protects and what harm an impersonated identity could create. A low-risk account and a regulated or high-impact service may need different evidence.
Record the proofing method, confidence, limitations, and recovery route. Do not silently reuse weak evidence for a stronger purpose.
- Service impact.
- Evidence and verification method.
- Confidence and limitation.
Use strong authenticators appropriately
Authentication strength depends on the authenticator, channel, binding, threat, and user journey. Phishing resistance, device security, recovery, and usability all affect the practical result.
Do not evaluate a control only by the number of factors. Ask what attack it resists and what happens when the user loses the device.
- Authenticator type and binding.
- Threat resisted.
- Enrollment, recovery, and replacement.
Treat federation as a trust relationship
Federation lets one system make identity or authentication assertions for another. The relying service must define what it trusts, what claims it accepts, how they are protected, and how access is removed.
Review issuer, audience, signing keys, claim mapping, clock handling, and logout or revocation behaviour.
- Issuer and relying party.
- Claims and scope.
- Key, expiry, revocation, and audit.
Authorisation follows the identity
After authentication, enforce least privilege based on resource, action, context, tenant, role, and policy. Keep access decisions close to the protected resource when practical.
Use separate administrative paths, time-limited elevation, and regular review. A correct identity can still have excessive access.
- Role and resource scope.
- Context and elevation.
- Review and removal evidence.
Design account recovery as a security control
Recovery is often weaker than normal authentication. Attackers target help desks, email, backup codes, phone numbers, and support processes when the primary authenticator is protected.
Use a documented recovery assurance level, trained staff, fraud signals, approval, and an audit record. Make recovery usable without making it an easy bypass.
- Recovery evidence.
- Approval and fraud checks.
- Audit, notification, and cooldown.
Connect identity to lifecycle events
Joiner, mover, leaver, supplier, device, role, and contract events should change access predictably. Automate where possible, but keep an owner for exceptions and failed changes.
Measure stale accounts, unused privilege, failed deprovisioning, orphaned service identities, and overdue reviews.
- Trigger and owner.
- Provisioning and removal.
- Exception and review metrics.
What does not matter as much as the lifecycle
A modern login screen, a single sign-on badge, or a high factor count does not prove that identity is trustworthy across proofing, authentication, authorisation, recovery, and removal.
Design the complete lifecycle and test the failure paths.
- Do not confuse SSO with least privilege.
- Do not treat recovery as customer support only.
- Do not leave non-human identities outside governance.
Turn the design into an operating control
A design becomes an operating control when a named person can perform it, another person can review it, and the organisation can show evidence that it happened. Write the trigger, the action, the expected result, and the exception path in language an operator can use during a busy day.
Keep the control close to the workflow. If staff must leave one system, search an unrelated document, and ask another team before acting, the control will be skipped when pressure rises. Reduce that friction without hiding the decision.
- Name the trigger and operator.
- State the expected result.
- Record the exception and escalation.
Test the failure path
Happy-path demonstrations are useful for learning, but they do not prove resilience or security. Test incomplete data, unavailable dependencies, expired credentials, unexpected volume, delayed input, and a human decision that disagrees with the system output.
A failed test is useful when it produces an owner, a correction, a retest date, and a decision about whether the remaining risk is acceptable. Do not quietly convert a failed test into a passing narrative.
- Choose realistic failure cases.
- Record evidence and observed impact.
- Assign correction and retest dates.
Measure the result without false precision
Choose a small set of measures that show whether the control or workflow is working. Define the denominator, time period, data source, owner, and action that follows a meaningful change.
Use estimates and scenarios honestly. A precise-looking number built on incomplete data is less useful than a range with a clear boundary and a plan to improve measurement.
- Keep definitions stable.
- Separate measured, estimated, and projected results.
- Connect each measure to a decision.
Review change and ownership
Technology environments change through releases, suppliers, data, policies, identities, and user behaviour. A control that was adequate at launch may not remain adequate after a material change.
Set a review trigger as well as a calendar review. When the owner, dependency, data, exposure, or failure mode changes, revisit the design and keep the decision record with the evidence. Keep the next review date visible.
- Record version and change.
- Review after material events.
- Keep owner, date, and decision visible.
Keep the handoff explicit
Most operational failures occur between teams, systems, or stages of work. State what one owner must provide, what the next owner checks, and what happens when the handoff is late, incomplete, or rejected.
This simple contract improves incident response and day-to-day work. It also makes automation safer because the input, output, and exception are visible rather than implied.
- Name the sender and receiver.
- Define the input and acceptance check.
- Record rejection, retry, and escalation.
Operating rule: Name the owner, the evidence, and the action before calling a technology control complete.
Comparison table
| Area | Practical question | Evidence to request |
|---|---|---|
| Proofing | How was the identity established? | Evidence, method, confidence |
| Authentication | How is control shown? | Authenticator, binding, threat |
| Authorisation | What may it do? | Resource, action, context, scope |
| Lifecycle | How does access change? | Joiner, mover, leaver, recovery |
FAQ
Is multifactor authentication enough?
No. It is one authentication control. Proofing, phishing resistance, authorisation, recovery, lifecycle, and monitoring still matter.
What is federation?
Federation is a trust relationship in which one system provides identity or authentication assertions to another. The relying service must define and validate that trust.
Why is recovery important?
Recovery can become a bypass around normal authentication. Its evidence, approval, fraud checks, and audit should match the risk.
How often should access be reviewed?
Use risk, privilege, sensitivity, role change, and organisational events to set the review cycle, with immediate action for leavers and material changes.
How can a team start without rebuilding everything?
Start with one important workflow, define the owner and evidence, test the failure path, and expand only after the operating result is understood.
What should be recorded after a review?
Record the scope, date, evidence, decision, owner, unresolved risk, and next review or correction. A short honest record is more useful than an impressive but untraceable claim.
When should the design change?
Change it when the workflow, data, identity, dependency, supplier, exposure, user group, or failure mode changes materially. A calendar review alone may miss the event that changed the risk.
What is a useful first metric?
Choose a measure close to an operating decision, define its denominator and time period, and state what action follows when it crosses the agreed threshold.
Conclusion
The useful technology decision is the one that can be tested. Define the operating problem, record the evidence, assign ownership, and review the result after launch. Clear scope beats a large claim, and a measured workflow beats a polished demo.
Sources
More Stories
Supplier Cyber Risk Needs Evidence, Not a Questionnaire
Supplier cyber risk is easier to manage when organisations classify dependencies, verify important controls, monitor change, and plan response instead of relying on a form.
Ransomware Recovery Is a Business Process
Ransomware recovery depends on ownership, protected backups, recovery order, tested procedures, and clear decisions, not only on buying another security tool.
API Security Depends on Inventory and Ownership
API security improves when teams know which interfaces exist, what data they expose, who owns them, and how authentication, authorisation, and abuse are monitored.
Software Bills of Materials Make Risk Actionable
A software bill of materials makes software supply-chain risk easier to investigate by recording components, versions, relationships, and provenance.
Button, The Shelf partner to revolutionize creator marketing
Button, the leading mobile commerce optimization platform, has announced a strategic partnership with The Shelf Influencer Marketing Agency. This collaboration...
Lightricks teams up with Shutterstock for AI video training
Lightricks, a global leader in AI-powered creative technology, has announced a groundbreaking partnership with Shutterstock, Inc. to license and integrate...