Oauth Flashcards

Learn about Oauth

1
Q

What is Oauth 2.0?

A

Oauth 2.0 is an authorisation protocol that is primarily designed as a means of granting access to a set of resources.

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

What is the resource owner?

A

The resource owner is the user or system that owns the protected resources and can grant access to them.

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

What is the client?

A

The client is the system that requires access to the protected resource, to access resources the client must hold the appropriate access token.

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

What is the Authorisation server?

A

The server receives requests from the client for access tokens and issues them upon successful authentication and consent by the resource owner.

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

What endpoints does the Authorisation sever expose?

A

The authorisation server exposes the authorisation endpoint and the token endpoint.

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

What does the authorisation endpoint do?

A

The authorisation endpoint handles the interactive authentication and consent of the user.

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

What does the token endpoint do?

A

The token endpoint is involved in a machine to machine interaction.

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