The security feature in OAuth that prevents interception of the authorization code is known as ________.
- Code Challenge
- Code Exchange
- Code Verifier
- Token Binding
In OAuth, the security feature that prevents interception of the authorization code is known as Code Verifier. It is part of the PKCE (Proof Key for Code Exchange) extension, which adds an additional layer of security during the authorization code flow. Code Verifier helps mitigate the risk of interception and replay attacks.
Loading...
Related Quiz
- To roll back a specific migration, the command ________ is used in CodeIgniter.
- The number of records per page in CodeIgniter pagination is set using the ________ configuration option.
- ________ is a key technique in optimizing RESTful APIs in CodeIgniter for better performance.
- When configuring a CodeIgniter application for a financial service, the first step in enhancing security should focus on ________.
- What is the primary purpose of integrating third-party libraries in CodeIgniter?