About 400 results
Open links in new tab
  1. What is Authorization? - Examples and definition - Auth0

    In computer systems, authorization rules are part of an IT discipline called Identity and Access Management (IAM). Within IAM, authorization and authentication help system managers to control …

  2. Authentication vs. Authorization

    In simple terms, authentication is the process of verifying who a user is, while authorization is the process of verifying what they have access to. Comparing these processes to a real-world example, …

  3. What is Authentication vs Authorization? - Auth0

    In summary: Authentication is the act of identifying a user or a device. Authorization is the act of allowing or denying users and devices access rights. Authentication can be used as a factor in authorization …

  4. What is Role-Based Access Control (RBAC)? - Auth0

    Role Based Access Control or RBAC helps organizations implement authorization strategies. Find out more here as we dive into the key features and examples.

  5. What Are OAuth Pushed Authorization Requests (PAR)?

    Nov 8, 2024 · Learn what Pushed Authorization Requests (PAR) are and when to use them to strengthen the security of your OAuth 2.0 and OpenID Connect-based applications.

  6. OAuth 2.0 Authorization Framework

    The OAuth 2.0 authorization framework is a protocol that allows a user to grant a third-party web site or application access to the user’s protected resources, without necessarily revealing their long-term …

  7. Authorization Code Flow with Proof Key for Code Exchange (PKCE)

    Your Auth0 Authorization Server redirects the user to the login and authorization prompt. The user authenticates using one of the configured login options and may see a consent page listing the …

  8. Which OAuth 2.0 Flow Should I Use?

    The Auth0 Single-Page App SDK provides high-level API for implementing Authorization Code Flow with PKCE in SPAs. If your SPA doesn’t need an Access Token, you can use the Implicit Flow with Form …

  9. What is OAuth 2.0 and what does it do for you? - Auth0

    In this introduction to OAuth 2.0 we find out what it is and how this open authorization standard is used across multiple roles. Find out how Auth0 can help.

  10. Authorization Code Flow

    Learn how the Authorization Code flow works and why you should use it for regular web apps. The Authorization Code Flow (defined in OAuth 2.0 RFC 6749, section 4.1), involves exchanging an …