Open Authorization - standard for secure API access without sharing passwords. Like giving a valet key that only works for parking, not accessing your glove compartment.
When you log into Spotify using your Facebook account, OAuth allows Spotify access without seeing your Facebook password.
OAuth is an open standard implemented by identity providers (IdPs) and authorization servers. These cloud services can act as the OAuth authorization server (issuing tokens) and integrate with apps/APIs as resource servers. Cognito, Entra ID, and Identity Platform commonly provide OAuth 2.0/OIDC endpoints for user sign-in and API authorization; OCI IAM/Identity Domains provides federation and OAuth/OIDC-style app integrations depending on tenancy setup.