- Home
- All questions
- Question 349
CISSP study material · question 349 of 500
A developer asks whether an OAuth access token can be parsed by the client to read the granted scope. What does RFC 6749 say about token form?
Show the answer
Answer: A. The string is usually opaque to the client, and may either be a handle the server looks up or carry the authorization inside it with a signature.
RFC 6749 says the access token string is usually opaque to the client and may denote an identifier used to retrieve the authorization information, or self-contain that information verifiably.
Source: RFC 6749 (IETF) — RFC 6749 > 1.4 Access Token