Security

Authentication

The process of verifying the identity of a client or user. HTTP supports multiple authentication schemes: Basic (base64 username:password), Bearer (token-based, common in OAuth 2.0), Digest (hash-based), and others. A failed authentication attempt returns 401 Unauthorized, while insufficient permissions after authentication returns 403 Forbidden.

Protocolos relacionados

Veja também