Gartner® AI Agents Are Insufficient to Secure Agentic AI TodayRead the Report →

 

NewCore helps you discover and control every identity, human and AI. This glossary does the same for the language of identity security, translating industry jargon into plain English.

74 Terms

Categories

74 terms found

9 terms

Active Directory (AD)

Identity platforms & tools
Active Directory is a centralized directory service that stores and manages user identities, computer objects, and access policies within enterprise networks. It is the identity backbone of most corporate environments, controlling authentication and authorization across internal systems and applications.
See alsoDirectoryLightweight Directory Access Protocol (LDAP)FederationIdentity Governance and Administration (IGA)

API Security

Identity platforms & tools
API Security is the practice of protecting APIs from unauthorized access and abuse through authentication, authorization, rate limiting, and monitoring. APIs are the new attack surface: they enable programmatic access that bypasses traditional user-centric security controls.
See alsoOAuth 2.0Service AccountSecrets Management
ABAC is an access control model where access decisions are based on attributes of the user, the resource, and the context of the request. Instead of assigning permissions to roles, ABAC evaluates the user's attributes and environment to determine whether access is allowed.
See alsoRole-Based Access Control (RBAC)Identity Graph

Account Takeover (ATO)

Identity attacks
Account Takeover is when an attacker gains unauthorized control of a user account. It can result from phishing, credential stuffing, brute force, or social engineering: any technique that compromises the account's authentication credentials.
See alsoPhishingCredential StuffingIdentity Threat Detection and Response (ITDR)

Audit Logging

Governance & compliance
Audit Logging is the practice of recording identity events and access decisions in immutable logs. Audit logs track who accessed what, when, and why, creating a historical record of identity decisions that can be reviewed for compliance, incident investigation, and security analysis.
See alsoIdentity Threat Detection and Response (ITDR)Incident Response (IR)SOC 2PCI DSS

Anomaly Detection

AI & agentic identity
Anomaly Detection is a technique that identifies unusual patterns in identity behavior: logins from unusual locations, access to unusual resources, or timing patterns that deviate from normal. It uses historical baseline data to flag deviations that might indicate compromise or abuse.
See alsoIdentity Threat Detection and Response (ITDR)Risk EngineContinuous Verification

AI-Powered Attacks

AI & agentic identity
AI-Powered Attacks are attacks that use artificial intelligence and machine learning to improve targeting, evasion, or exploitation. They include phishing emails optimized to evade filters, credential cracking accelerated by neural networks, and social engineering conversations generated by language models.
See alsoPhishingMFA FatigueIdentity Threat Detection and Response (ITDR)

Agentic Workforce

AI & agentic identity
The Agentic Workforce refers to AI agents and autonomous systems that perform work tasks independently, without human intervention. As AI agents take on more responsibilities, they become entities with identity and access needs comparable to human employees.
See alsoService AccountDelegated IdentityAI Agent Authorization

AI Agent Authorization

AI & agentic identity
AI Agent Authorization is the system that determines what resources and actions an AI agent can access and perform. It extends authorization concepts from human users to AI agents, requiring decisions about privilege scope, time limits, and approval workflows.
See alsoAgentic WorkforceDelegated IdentityJust-In-Time (JIT) Access
2 terms
Biometric Authentication uses unique physical or behavioral characteristics (fingerprints, facial recognition, iris scans, or voice patterns) to verify a user's identity. It is a possession factor that is harder to compromise than knowledge factors because biometric data cannot be forgotten or easily guessed.
See alsoPasskeysMulti-Factor Authentication (MFA)FIDO2

Brute Force Attack

Identity attacks
A Brute Force Attack is an attempt to gain access by trying many password or credential combinations in rapid succession. Attackers use automated tools to test credentials until they find one that works, relying on weak passwords or misconfigured rate limiting.
See alsoCredential StuffingMulti-Factor Authentication (MFA)
4 terms

Cryptographic Key

Authentication
A Cryptographic Key is a unique secret value used to encrypt, decrypt, sign, or verify information. In authentication, cryptographic keys prove possession: proving that a user has access to a specific secret that only they should know.
See alsoPublic Key Infrastructure (PKI)Digital CertificateSecure Split Key (SSK)Post-Quantum Cryptography

Certificate Authority (CA)

Standards & protocols
A Certificate Authority is a trusted organization that issues digital certificates and digitally signs them to verify the identity of the certificate holder. It is the root of trust in PKI: its signature on a certificate says 'I have verified this identity, and I bind this public key to it.'
See alsoPublic Key Infrastructure (PKI)Digital Certificate
Continuous Verification is the practice of constantly evaluating whether a user and their session remain authorized, instead of verifying once at login and then assuming authorization for the entire session. It monitors behavior, context, and risk factors throughout the user's session and revokes access if conditions change.
See alsoNever Trust, Always VerifyDevice TrustRisk Engine

Credential Stuffing

Identity attacks
Credential Stuffing is an attack where attackers use stolen username-password pairs from one breach to attempt login on other accounts. It exploits password reuse: the reality that users use the same password across multiple services.
See alsoAccount Takeover (ATO)Multi-Factor Authentication (MFA)Brute Force Attack
5 terms

Directory

Identity platforms & tools
A directory is a database that stores and organizes identity data like usernames, attributes, group memberships, and access rules. It is the foundational system that identity platforms query to answer 'who is this person and what are they allowed to do.'
See alsoActive Directory (AD)Lightweight Directory Access Protocol (LDAP)Identity Graph

Digital Certificate

Standards & protocols
A Digital Certificate is a digitally signed document that binds a public key to an identity (user, server, or device). It is issued by a Certificate Authority and serves as proof that the holder of the corresponding private key is the entity listed in the certificate.
See alsoCertificate Authority (CA)Public Key Infrastructure (PKI)
Distributed Trust Architecture is a NewCore approach that replaces single points of trust with a model where no single entity holds absolute authority. Trust is distributed across multiple parties, making the system more resilient and preventing any single compromise from unlocking the entire system.
See alsoSecure Split Key (SSK)Security First Architecture

Device Trust

Zero trust
Device Trust is the practice of verifying that a device is secure and compliant before granting it access to resources. It evaluates factors like OS patches, security software, and hardware integrity to determine whether the device is trustworthy.
See alsoContinuous VerificationNever Trust, Always VerifyMobile Device Management (MDM)

Delegated Identity

AI & agentic identity
Delegated Identity is the practice of granting a service or agent the ability to act on behalf of a user. Instead of the user providing their credentials, the service receives authorization to act as the user, using delegation tokens that are scoped and time-limited.
See alsoOAuth 2.0Service AccountAI Agent Authorization
2 terms

Federation

Identity platforms & tools
Federation is the practice of delegating authentication and authorization decisions to a trusted external identity provider instead of managing credentials locally. It allows users to access multiple applications using a single set of credentials, verified by a single trusted authority.
See alsoIdentity Provider (IdP)SAMLSingle Sign-On (SSO)

FIDO2

Authentication
FIDO2 is an open authentication standard that enables passwordless, phishing-resistant authentication using cryptographic keys on hardware tokens or devices. It is the foundation for modern authentication that is both more secure and more user-friendly than passwords.
See alsoWebAuthnPasskeysPhishing-Resistant MFA
1 term

GDPR

Governance & compliance
GDPR (General Data Protection Regulation) is a European regulation that governs how personal data is collected, processed, and protected. It requires organizations to implement data protection by design, obtain consent for data processing, and give individuals rights to access and delete their data.
See alsoAudit LoggingIdentity Governance
14 terms

Identity and Access Management (IAM)

Identity platforms & tools
IAM encompasses the policies, processes, and technologies that manage how identities are created, stored, authenticated, and authorized across an organization. It is the operational discipline that translates 'who works here and what can they do' into enforced, auditable access control.
See alsoIdentity Provider (IdP)Identity Governance and Administration (IGA)Identity Lifecycle Management

Identity Provider (IdP)

Identity platforms & tools
An Identity Provider (IdP) is the system that authenticates users' identities and issues tokens or assertions that prove their identity to applications. It is the trusted broker that sits between a user and the applications they access, responsible for verifying 'you are who you claim to be.'
See alsoFederationSingle Sign-On (SSO)SAMLOAuth 2.0

Identity Lifecycle Management

Identity platforms & tools
Identity Lifecycle Management covers the entire journey of an identity from creation through active use to deprovisioning: managing provisioning, updates, access changes, and removal as people join, change roles, and leave the organization.
See alsoIdentity ProvisioningIdentity DeprovisioningIdentity Governance and Administration (IGA)
IGA is the discipline of continuously monitoring, reviewing, and certifying that access decisions are still valid and aligned with policy. It ensures identities and their permissions stay controlled and auditable throughout their lifecycle.
See alsoIdentity Lifecycle ManagementIdentity GovernanceAudit Logging

Identity Provisioning

Identity platforms & tools
Identity Provisioning is the process of creating user accounts and granting appropriate access rights when someone is hired, transferred, or onboarded into a new role. It translates HR data and role definitions into working access across all systems.
See alsoIdentity DeprovisioningSCIMIdentity Lifecycle Management

Identity Graph

Identity platforms & tools
An Identity Graph is a unified, structured view of all identity relationships, linking users to their accounts, roles, groups, attributes, and systems they can access. It maps the connections that define who someone is across the entire organization.
See alsoIdentity and Access Management (IAM)Anomaly DetectionRole-Based Access Control (RBAC)

Identity Deprovisioning

Identity platforms & tools
Identity Deprovisioning is the process of removing user accounts and revoking access rights when someone leaves the organization, changes roles, or no longer needs specific permissions. It is the operational counterpart to provisioning that should undo access as quickly as provisioning grants it.
See alsoIdentity ProvisioningOrphaned AccountsIdentity Lifecycle Management

Identity Sprawl

Identity platforms & tools
Identity Sprawl occurs when an organization maintains multiple disconnected identity systems, platforms, and data sources that don't communicate or synchronize. This fragmentation creates inconsistent identity data, duplicate accounts, and governance blind spots across the organization.
See alsoOrphaned AccountsIdentity GraphIdentity Attack Surface

Insider Threat

Identity attacks
An Insider Threat is a security risk posed by people with legitimate access to systems and data: employees, contractors, or partners who use that access maliciously or negligently. Insider threats range from deliberate data theft to unintentional exposure caused by carelessness.
See alsoAudit LoggingIdentity Risk
ITDR is a security capability that monitors identity systems and user behavior to detect compromises, anomalies, and attacks. It combines threat detection with automated or guided response to stop identity-based attacks before they cause damage.
See alsoAnomaly DetectionAudit LoggingIdentity RiskAI-Powered AttacksInsider Threat

Identity Attack Surface

Identity attacks
Identity Attack Surface is the sum of all identity entry points and systems that attackers can target. It includes user accounts, service accounts, credential storage, identity platforms, and any system involved in authentication or authorization decisions.
See alsoIdentity SprawlOrphaned AccountsIdentity Risk

Identity Governance

Governance & compliance
Identity Governance is the organizational discipline of defining, implementing, and enforcing identity policies. It ensures identity decisions align with business objectives, regulatory requirements, and security best practices.
See alsoIdentity Governance and Administration (IGA)Audit LoggingRole-Based Access Control (RBAC)SOC 2

Incident Response (IR)

Governance & compliance
Incident Response is the process of detecting, investigating, and remediating security incidents. It includes containment to stop ongoing attacks, investigation to determine impact, and remediation to remove the attacker and restore systems.
See alsoAudit LoggingIdentity Threat Detection and Response (ITDR)Identity Risk

Identity Risk

Governance & compliance
Identity Risk is the likelihood and potential impact of identity-based attacks or access control failures. It encompasses the risk of account compromise, privilege escalation, lateral movement, and unauthorized access.
See alsoIdentity Attack SurfaceIdentity GovernanceGDPRInsider Threat
2 terms
JIT Access grants privileges only when needed and only for the duration required. Instead of standing privilege that lasts indefinitely, JIT access is temporary, time-limited, and revoked automatically when the request is completed.
See alsoPrivileged Access Management (PAM)Role-Based Access Control (RBAC)Continuous Verification

JSON Web Token (JWT)

Standards & protocols
A JWT is a compact, self-contained token that carries claims about a user or entity in a structured format. It is digitally signed, allowing recipients to verify that the token is authentic and has not been modified.
See alsoOAuth 2.0OpenID Connect (OIDC)Token Theft
1 term

Kerberos

Standards & protocols
Kerberos is an authentication protocol that uses time-limited tickets to allow clients and servers to authenticate each other over untrusted networks without sending passwords. It is the foundation of enterprise network authentication within Active Directory domains.
See alsoActive Directory (AD)Lightweight Directory Access Protocol (LDAP)
2 terms
LDAP is a standardized protocol for querying and updating directory services like Active Directory. It allows applications to look up user information, group memberships, and attributes from a centralized directory.
See alsoActive Directory (AD)DirectoryKerberos

Lateral Movement

Identity attacks
Lateral Movement is the technique attackers use to move from one compromised system to other systems within a network. After gaining initial access, attackers use harvested credentials, misconfigurations, or vulnerabilities to access additional systems without leaving the network.
See alsoPrivilege EscalationAccount Takeover (ATO)
3 terms

Mobile Device Management (MDM)

Identity platforms & tools
MDM is a system that manages, monitors, and secures mobile devices accessing corporate resources. It enforces policy on devices to ensure only compliant endpoints can access identity-protected applications and data.
See alsoDevice TrustContinuous Verification
MFA is an authentication method that requires users to provide multiple forms of verification, typically something they know (password), something they have (phone), or something they are (biometric), before granting access. It is the primary defense against credential compromise.
See alsoPhishing-Resistant MFATwo-Factor Authentication (2FA)MFA FatigueSingle Sign-On (SSO)PCI DSSBrute Force Attack

MFA Fatigue

Authentication
MFA Fatigue is a condition where users are prompted for MFA verification repeatedly or unexpectedly, leading them to approve prompts without thinking or to disable MFA entirely. It is a vector for account takeover where attackers weaponize the authentication system itself.
See alsoMulti-Factor Authentication (MFA)Phishing-Resistant MFAPhishing
1 term
Never Trust, Always Verify is the core principle of Zero Trust security: the assumption that no identity or device is trustworthy by default, and all access requests must be verified regardless of the source. It rejects the historical 'trust but verify' model and makes verification mandatory for every decision.
See alsoContinuous VerificationDevice Trust
4 terms

Orphaned Accounts

Identity platforms & tools
Orphaned Accounts are user accounts that exist in systems but are no longer actively managed or monitored. They typically belong to users who have left the organization or changed roles, but whose access was never properly deprovisioned.
See alsoIdentity DeprovisioningIdentity SprawlAudit Logging
An OTP is a temporary code that is valid for a single authentication attempt and then expires. OTPs can be generated by an app on the user's device (software-based) or issued via SMS or email, and they serve as a second factor in MFA schemes.
See alsoTwo-Factor Authentication (2FA)Time-Based One-Time Password (TOTP)

OAuth 2.0

Standards & protocols
OAuth 2.0 is an authorization protocol that allows users to grant third-party applications access to their resources without sharing passwords. It enables delegation of access and is widely used for social login and API authorization.
See alsoOpenID Connect (OIDC)SAMLJSON Web Token (JWT)

OpenID Connect (OIDC)

Standards & protocols
OpenID Connect (OIDC) is an authentication layer built on top of OAuth 2.0 that adds identity verification. It allows applications to verify the identity of end users and obtain profile information in an interoperable way.
See alsoOAuth 2.0SAMLJSON Web Token (JWT)
9 terms

Passkeys

Authentication
Passkeys are cryptographic credentials that replace passwords entirely, using public key cryptography to authenticate users. They exist on devices the user owns and can be synced across devices, making authentication both more secure and more convenient than passwords.
See alsoFIDO2WebAuthnPasswordless AuthenticationVisual MFABiometric Authentication
Passwordless Authentication is any authentication method that does not require users to remember or type a password. It replaces passwords with factors like cryptographic keys, biometrics, or possession-based factors that are harder to compromise.
See alsoPasskeysFIDO2WebAuthn
Phishing-Resistant MFA is authentication that is resistant to phishing attacks by design: typically cryptographic methods like FIDO2 that are scoped to the legitimate domain and cannot be tricked into using credentials on a fake site. It moves away from knowledge and SMS factors that users can be socially engineered to share.
See alsoFIDO2MFA FatigueMulti-Factor Authentication (MFA)Visual MFABiometric Authentication
PAM is a system and set of practices that secure, manage, and audit access to privileged accounts and systems. It ensures that privileged credentials are used only by authorized people, for authorized purposes, and that every privileged action is logged and reviewable.
See alsoJust-In-Time (JIT) AccessRole-Based Access Control (RBAC)Audit LoggingGDPR

Public Key Infrastructure (PKI)

Standards & protocols
PKI is a system of policies, processes, and technologies that creates, issues, stores, and revokes digital certificates and cryptographic keys. It establishes trust by binding identities to public keys, enabling secure communication and authentication.
See alsoCertificate Authority (CA)Digital CertificateCryptographic KeyPost-Quantum Cryptography

Post-Quantum Cryptography

Standards & protocols
Post-Quantum Cryptography refers to cryptographic algorithms that are believed to be resistant to attacks by quantum computers. As quantum computing advances, current encryption methods will become vulnerable, making post-quantum algorithms essential for long-term security.
See alsoCryptographic KeyPublic Key Infrastructure (PKI)

Phishing

Identity attacks
Phishing is a social engineering attack where attackers trick users into revealing credentials, downloading malware, or visiting fake websites. It exploits human psychology rather than technical vulnerabilities, making users the attack vector.
See alsoPhishing-Resistant MFAAccount Takeover (ATO)Credential StuffingAI-Powered Attacks

Privilege Escalation

Identity attacks
Privilege Escalation is a technique where an attacker gains higher-level permissions than their current account holds. They might exploit a vulnerability to become an administrator, trick a privileged user into delegating access, or access abandoned privileged credentials.
See alsoLateral MovementPrivileged Access Management (PAM)Just-In-Time (JIT) Access

PCI DSS

Governance & compliance
PCI DSS (Payment Card Industry Data Security Standard) is a compliance framework that requires organizations handling credit cards to implement security controls. It mandates authentication, encryption, access control, and regular security testing.
See alsoAudit LoggingMulti-Factor Authentication (MFA)Privileged Access Management (PAM)
2 terms

Risk Engine

Identity platforms & tools
A Risk Engine is a system that analyzes identity behavior and context to calculate the risk of granting or allowing access. It evaluates factors like login location, device posture, time of access, and behavior anomalies to make real-time access decisions.
See alsoContinuous VerificationAnomaly DetectionMFA Fatigue
RBAC is an access control model where permissions are assigned to roles, and users are assigned to roles. It simplifies access management by grouping related permissions together, making it easier to grant and revoke access based on job function.
See alsoAttribute-Based Access Control (ABAC)Just-In-Time (JIT) AccessIdentity Governance
8 terms

Secrets Management

Identity platforms & tools
Secrets Management is the practice of securely storing, rotating, and accessing sensitive credentials like API keys, database passwords, and cryptographic keys. It ensures secrets are never hardcoded, logged, or exposed, and are accessible only to authorized processes.
See alsoAPI SecurityService AccountCryptographic Key

Single Sign-On (SSO)

Authentication
SSO is a system that allows users to authenticate once with an identity provider and then automatically access multiple applications without re-entering credentials. It centralizes authentication decisions while simplifying the user experience.
See alsoIdentity Provider (IdP)FederationMulti-Factor Authentication (MFA)

SAML

Standards & protocols
SAML (Security Assertion Markup Language) is the protocol that passes authentication and authorization data between an identity platform and the applications it secures. It is the backbone of enterprise SSO: the mechanism that answers 'who is this user, and what can they access?' at every login, across every application.
See alsoIdentity Provider (IdP)FederationOAuth 2.0

Secure Split Key (SSK)

Standards & protocols
Secure Split Key (SSK) is a NewCore approach that splits cryptographic signing authority across multiple parties so that no single entity holds the complete key needed to authorize access. It distributes trust instead of concentrating it, making authorization decisions cryptographically transparent and verifiable.
See alsoDistributed Trust ArchitectureCryptographic Key

SCIM

Standards & protocols
SCIM (System for Cross-Domain Identity Management) is a protocol that standardizes how identity information is synchronized between systems. It provides a common API for provisioning and deprovisioning users, groups, and other identity data across multiple applications.
See alsoIdentity ProvisioningIdentity Deprovisioning
Security First Architecture is a NewCore principle that prioritizes security as a foundational design requirement rather than an afterthought. It treats every architectural decision, from how systems communicate to how users authenticate, as a security decision first and an engineering decision second.
See alsoNever Trust, Always VerifyDistributed Trust Architecture

SOC 2

Governance & compliance
SOC 2 is a compliance framework that evaluates how service organizations manage security, availability, and confidentiality. It includes assessment of identity and access controls, and SOC 2 Type II reports require continuous monitoring over a defined period.
See alsoAudit LoggingIdentity Governance

Service Account

AI & agentic identity
A Service Account is a non-human account used by applications, processes, or services to access resources and perform actions. Service accounts need credentials like any user account but lack the interactive elements of human accounts.
See alsoSecrets ManagementIdentity DeprovisioningPrivileged Access Management (PAM)
3 terms
2FA requires exactly two distinct authentication factors from different categories: typically a password (something you know) and a second factor like SMS, app-based codes, or hardware keys (something you have or are). It is a foundational step above single-factor authentication.
See alsoMulti-Factor Authentication (MFA)One-Time Password (OTP)Phishing-Resistant MFA
TOTP is a software-based OTP that generates codes at regular time intervals, typically 30 seconds, using a shared secret and the current time. Authenticator apps like Google Authenticator and Microsoft Authenticator generate TOTP codes without requiring a server connection.
See alsoOne-Time Password (OTP)Two-Factor Authentication (2FA)

Token Theft

Identity attacks
Token Theft is an attack where an attacker steals authentication or authorization tokens, which can then be used to impersonate the token's legitimate owner. Tokens can be stolen from memory, logs, network traffic, or local storage.
See alsoJSON Web Token (JWT)Identity Threat Detection and Response (ITDR)
1 term

Visual MFA

Authentication
Visual MFA is an authentication method that presents users with a visual context or pattern that they must validate or interact with to complete authentication. It is a NewCore innovation that combines familiarity with security by leveraging visual memory and recognition instead of requiring users to type codes.
See alsoPhishing-Resistant MFAMFA FatigueMulti-Factor Authentication (MFA)
1 term

WebAuthn

Authentication
WebAuthn is a web standard that enables web applications to register and authenticate users using FIDO2 credentials or biometrics. It provides a common interface between browsers and authentication hardware or software.
See alsoFIDO2PasskeysPasswordless Authentication

Welcome to the Agentic Era.Your Legacy Identity Stack Can’t Come.

Find out why.