Terminology Index
Glossary
1801 terms
Showing 1089-1120 of 1801 terms
OAuth 2.0
An authorization framework that lets an application obtain limited access to a user's resources on another service without handling the user's password, by issuing scoped access tokens. It underpins much of modern delegated access.
OAuth 2.0 is the standard for delegated authorization: instead of giving an app your password, you authorize it to receive a scoped, time-limited access token that grants only specific permissions to a resource. It powers 'sign in with' and third-party API access across the web. OAuth handles authorization (what an app may do), distinct from authentication (who you are), which OpenID Connect layers on top. Understanding its flows and tokens is foundational to modern access and to spotting its misuse.
Introduced in: Identity and Access Management
Examples
- Authorizing an app to read your calendar via a scoped OAuth token.
- Granting a third-party API limited access without sharing a password.
- Issuing a time-limited access token rather than standing credentials.
No related terms linked yet.
