Inteno Glossary Inteno GlossaryTerms and explanations

  1. You are here
  2. O
  3. OAuth

o:oauth

Sidebar
  • Z
  • K
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • 0 - 9
  • RFC
  • x
  • Show pagesource
  • Export to PDF
  • Fold/unfold all
  • ODT export

OAuth

OAuth is an authorization method used to provide access to resources over HTTP/S. It works by providing access tokens representing a user permissions to access a resource. This token is used by a client to authenticate its requests.

There are two versions of OAuth: OAuth 1 which uses an HMAC-SHA signature strings, and OAuth 2 (using tokens over HTTPS.

Log In