Quiz
What is the most secure approach out of the following?
- A: Basic authentication over HTTP
 - B: JWT over HTTP
 - C: OAuth 2.1
 
Which of the following best describes a scope in the context of authentication and authorization?
- A: The specific permissions or access rights that a client application is requesting from a resource server.
 - B: A unique identifier for a user session
 - C: A type of encryption algorithm used to secure tokens
 
You can access the solution at https://github.com/PacktPublishing/Learn-Model-Context-Protocol-with-Python/blob/main/Chapter11/solutions/solution-quiz.md.