IT Glossary
OAuth 2.0 is the standard for delegated authorization. Learn how OAuth 2.0 works, how it differs from OIDC and SAML, and why it matters for SaaS access.
June 8, 2026
OAuth 2.0 is an open authorization framework (defined in RFC 6749) that lets an application access resources on behalf of a user without handling that user's password. Instead of sharing credentials, the user grants scoped permission and the application receives a limited-life access token. OAuth 2.0 governs authorization, not authentication, which is the distinction that separates it from SAML and OIDC.
A project tool asks to read your Google Calendar. You approve, and it receives a scoped token rather than your Google password. From a governance view, OAuth grants are a blind spot: employees authorize third-party apps to your core systems with a few clicks, which creates shadow connections that IT never reviewed. Visibility over active OAuth grants is now part of serious access governance.
Authorization. It grants scoped access to resources. For authentication, OpenID Connect is layered on top of OAuth 2.0.
A short-lived credential that represents the permission a user granted. The client app sends it with each API call instead of a password.
Because users can authorize third-party apps to reach company data without IT review, which creates unmonitored integrations.
Corma surfaces active OAuth integrations and third-party access across your SaaS stack. See shadow IT visibility or request a demo.