GLOSSARY logo

GLOSSARY

THE TECHNICAL LANGUAGE OF DIGITAL B2B INFRASTRUCTURE

FRAMEWORK
CYBERSECURITY

OAuth 2.0

An authorisation framework that lets a client obtain limited access to protected resources without requiring the resource owner to share credentials with that client.


BUSINESS RELEVANCE

OAuth enables delegated access among web, mobile, API, and partner applications while reducing password sharing and supporting revocable, least-privilege permissions.


IMPLEMENTATION EXAMPLE

A reporting application requests read-only access to selected CRM data. The user authorises the scope, and the application receives a limited token rather than the user’s CRM password.


LIMITATIONS

OAuth is primarily for authorisation, not user authentication; OpenID Connect adds an identity layer. Misconfigured redirects, excessive scopes, token leakage, and unsuitable flows can undermine security.


TECHNICAL EXPLANATION

OAuth separates the resource owner, client, authorisation server, and resource server. The client receives scoped access tokens through an appropriate grant flow. Modern deployments use exact redirect-URI validation, state protection, PKCE, short-lived tokens, secure client authentication where applicable, and constrained scopes.


Secondary Topics

Systems Architecture

Sources

IETF RFC 6749 — OAuth 2.0 — https://www.rfc-editor.org/rfc/rfc6749; OAuth 2.0 Security Best Current Practice — https://www.rfc-editor.org/rfc/rfc9700

Related terms

Two-Factor Authentication (2FA)

FRAMEWORK
CYBERSECURITY

A security defense requiring two separate authentication factors before granting access to protected accounts.

Role-Based Access Control (RBAC)

FRAMEWORK
CYBERSECURITY

A security mechanism restricting system access permissions strictly according to defined organizational job responsibilities.

AI Management System

FRAMEWORK
AI GOVERNANCE

An organizational framework of policies, procedures, and controls for governing responsible AI development and deployment under ISO 42001.

Zero Trust

FRAMEWORK
CYBERSECURITY

A security architecture enforcing strict identity verification, micro-segmentation, and least-privilege access for all network requests.

EU AI Act

FRAMEWORK
AI GOVERNANCE

Comprehensive European Union regulations governing the development, deployment, and risk classification of AI systems.