In OAuth, ________ ensures that tokens are only sent over HTTPS connections to protect against man-in-the-middle attacks.

  • Token Binding
  • Token Encryption
  • Token Revocation
  • Token Validation
In OAuth, Token Binding ensures that tokens are only sent over HTTPS connections, protecting against man-in-the-middle attacks. Token Binding binds the security of the token to the underlying TLS (Transport Layer Security) connection, making it more resistant to interception and misuse.
Add your answer
Loading...

Leave a comment

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