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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *