Security Glossary

Definition

What is OAuth 2.0?

An authorization framework that allows applications to obtain limited delegated access to user accounts on third-party services without requiring users to share their passwords. OAuth 2.0 underpins most modern single sign-on and API authorization flows. Common OAuth vulnerabilities, including open redirect exploitation, missing state parameter validation, authorization code interception, and token leakage via referrer headers, are a frequent focus of web application security assessments.