Quiz

Question 1

What was the main problem that led to the inception of OAuth

Solution

Companies wanted to expose APIs that used authentication but didn't want 3rd parties to see the user's credentials

Question 2

The Actors of OAuth 2.0 are

Solution

The client, the resource server, the authorization server and the resource owner

Question 3

Who delegates to who in OAuth

Solution

The authorization server delegates to the client

Last updated