Terms Flashcards

1
Q

Authentication

A

Login + Password (who you are).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Authorization

A

Permissions (what you are allowed to do).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Service Provider (SP)

A

An application that provides a service to the end user. Accepts identity from an identity provider.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Identity Provider (IdP)

A

A trusted service that enables users to access other websites and services without logging in again.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

OAuth (Open Authorization)

A

An open protocol to allow secure API authorization in a simple and standardized way from desktop and web applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

OAuth 2.0 Authorizaton Framework

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

OpenId Connect

A

OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol used for authentication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

OAuth Flow - Web Server

A

Allows users to authorize the web application to access data (think dataloader).
Grant Type: Code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly