Bird
0
0

In a centralized auth system, a developer stores user passwords in plain text in the central server. What is the main problem?

medium📝 Analysis Q7 of 15
Microservices - Authentication and Authorization
In a centralized auth system, a developer stores user passwords in plain text in the central server. What is the main problem?
AIt creates a major security vulnerability if the server is compromised
BIt improves authentication speed
CIt allows microservices to verify passwords locally
DIt reduces token size
Step-by-Step Solution
Solution:
  1. Step 1: Understand password storage best practices

    Passwords should be hashed and salted to protect user data if breached.
  2. Step 2: Identify risk of plain text storage

    Storing passwords in plain text risks exposing all user credentials if the server is hacked.
  3. Final Answer:

    It creates a major security vulnerability if the server is compromised -> Option A
  4. Quick Check:

    Plain text passwords = Security risk [OK]
Quick Trick: Never store passwords in plain text [OK]
Common Mistakes:
MISTAKES
  • Thinking plain text improves speed
  • Assuming microservices verify passwords locally
  • Believing it affects token size

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes