CCNP 350-401 ENCOR Question 143 DISCUSSION

  • 753 views
  • 2023-06-24
« Back to Main Menu

Which method of account authentication does OAuth 2.0 within REST APIs?

A. username/role combination
B. access tokens
C. cookie authentication
D. basic signature workflow

Which method of account authentication does OAuth 2.0 within REST APIs?

A. username/role combination
B. access tokens
C. cookie authentication
D. basic signature workflow

Correct Answer: B

The most common implementations of OAuth (OAuth 2.0) use one or both of these tokens: 

  • access token: sent like an API key, it allows the application to access a user’s data; optionally, access tokens can expire. 
  • refresh token: optionally part of an OAuth flow, refresh tokens retrieve a new access token if they have expired. 

OAuth2 combines Authentication and Authorization to allow more sophisticated scope and validity control. 

Support AceITCert.com by buying stuff you need!

0 Comments

In order to participate in the comments you need to be logged-in.
You can sign-up or login (it's free).