Health.Zone Web Search

Search results

  1. Results from the Health.Zone Content Network
  2. OAuth - Wikipedia

    en.wikipedia.org/wiki/OAuth

    OAuth is an authorization protocol, rather than an authentication protocol. Using OAuth on its own as an authentication method may be referred to as pseudo-authentication. The following diagrams highlight the differences between using OpenID (specifically designed as an authentication protocol) and OAuth for authorization.

  3. OpenID - Wikipedia

    en.wikipedia.org/wiki/OpenID

    OpenID versus pseudo-authentication using OAuth. OpenID is a way to use a single set of user credentials to access multiple sites, while OAuth facilitates the authorization of one site to access and use information related to the user's account on another site. Although OAuth is not an authentication protocol, it can be used as part of one.

  4. Authentication protocol - Wikipedia

    en.wikipedia.org/wiki/Authentication_protocol

    An authentication protocol is a type of computer communications protocol or cryptographic protocol specifically designed for transfer of authentication data between two entities. It allows the receiving entity to authenticate the connecting entity (e.g. Client connecting to a Server) as well as authenticate itself to the connecting entity ...

  5. User-Managed Access - Wikipedia

    en.wikipedia.org/wiki/User-Managed_Access

    User-Managed Access (UMA) is an OAuth-based access management protocol standard for party-to-party authorization. Version 1.0 of the standard was approved by the Kantara Initiative on March 23, 2015.

  6. Google Authenticator - Wikipedia

    en.wikipedia.org/wiki/Google_Authenticator

    Google Authenticator. Google Authenticator is a software-based authenticator by Google. It implements multi-factor authentication services using the time-based one-time password (TOTP; specified in RFC 6238) and HMAC-based one-time password (HOTP; specified in RFC 4226), for authenticating users of software applications. [2]

  7. Basic access authentication - Wikipedia

    en.wikipedia.org/wiki/Basic_access_authentication

    In the context of an HTTP transaction, basic access authentication is a method for an HTTP user agent (e.g. a web browser) to provide a user name and password when making a request. In basic HTTP authentication, a request contains a header field in the form of Authorization: Basic <credentials>, where <credentials> is the Base64 encoding of ID ...

  8. HMAC-based one-time password - Wikipedia

    en.wikipedia.org/wiki/HMAC-based_one-time_password

    HMAC-based one-time password ( HOTP) is a one-time password (OTP) algorithm based on HMAC. It is a cornerstone of the Initiative for Open Authentication (OATH). HOTP was published as an informational IETF RFC 4226 in December 2005, documenting the algorithm along with a Java implementation. Since then, the algorithm has been adopted by many ...

  9. Time-based one-time password - Wikipedia

    en.wikipedia.org/wiki/Time-based_One-Time_Password

    Time-based one-time password. Time-based one-time password ( TOTP) is a computer algorithm that generates a one-time password (OTP) using the current time as a source of uniqueness. As an extension of the HMAC-based one-time password algorithm (HOTP), it has been adopted as Internet Engineering Task Force (IETF) standard RFC 6238. [1] TOTP is ...