Intermediate
Cybersecurity & Cryptography
Q51 / 100
What is the OAuth 2.0 authorization framework?
Correct! Well done.
Incorrect.
The correct answer is B) An authorization framework allowing third-party applications to access user resources without sharing credentials, using access tokens
B
Correct Answer
An authorization framework allowing third-party applications to access user resources without sharing credentials, using access tokens
Explanation
OAuth 2.0 flows (Authorization Code, Client Credentials, Implicit, Device Code) issue access tokens. Applications use tokens to access APIs on behalf of users without knowing their password. PKCE prevents authorization code interception.
Progress
51/100