Authentication Strategy Quiz

5 questions Pass: 70% +25 pts

Quiz covering Design Technical Architecture

Authentication Strategy Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which of the following is the most secure method for storing user passwords in a database?

  2. 2

    When designing a stateless authentication system for a distributed microservices architecture, which token-based approach is considered industry standard?

  3. 3

    What is the primary purpose of implementing an 'OAuth 2.0 Authorization Code Flow' instead of the 'Implicit Flow'?

  4. 4

    In a Single Page Application (SPA) using an Identity Provider (IdP) via OIDC, where should the access token be stored to best mitigate Cross-Site Scripting (XSS) attacks?

  5. 5

    When implementing a 'Refresh Token' rotation strategy, what is the critical security benefit achieved?