Terms Flashcards
Authentication
Login + Password (who you are).
Authorization
Permissions (what you are allowed to do).
Service Provider (SP)
An application that provides a service to the end user. Accepts identity from an identity provider.
Identity Provider (IdP)
A trusted service that enables users to access other websites and services without logging in again.
OAuth (Open Authorization)
An open protocol to allow secure API authorization in a simple and standardized way from desktop and web applications.
OAuth 2.0 Authorizaton Framework
Used for authorizing applications to access Force.com resources (via SOAP, REST or Chatter REST APIs) without revealing password or other credentials to those applications. With or without an end user.
OpenId Connect
OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol used for authentication.
OAuth Flow - Web Server
Allows users to authorize the web application to access data (think dataloader).
Grant Type: Code.