📘 Topic: Single Sign-On (SSO)
Subject: Information Technology Infrastructure
1. 📌 Introduction
In modern IT environments, users often need to access multiple applications like email, ERP systems, cloud services, and databases. Remembering separate usernames and passwords for each system becomes difficult and insecure.
👉 To solve this problem, organizations use Single Sign-On (SSO).
2. ✅ Definition
Single Sign-On (SSO) is a user authentication process that allows a user to log in once and gain access to multiple related systems or applications without re-entering credentials again.
👉 Simple idea:
It means “one login for many systems.”
3. 🎯 Objectives of Single Sign-On
- Reduce password fatigue for users
- Improve user experience
- Increase system security
- Simplify user authentication management
- Reduce helpdesk password reset requests
4. ⚙️ How Single Sign-On Works
🔹 Step-by-Step Process
- User logs in to the SSO system
- System verifies credentials
- Authentication token is generated
- Token is shared with connected applications
- User accesses multiple systems without logging in again
📊 Diagram Description
User Login → SSO Server → Authentication Token → Multiple Applications Access
5. 🧠 Real-Life Example
In a university system:
👉 Result:
- No need to log in again for each service
6. 🔑 Key Components of SSO
🔹 1. Identity Provider (IdP)
- Authenticates the user
📊 Example: Google, Microsoft
🔹 2. Service Provider (SP)
- Applications that trust IdP
🔹 3. Authentication Token
- Digital proof of identity
7. 📌 Types of Single Sign-On
🔑 1. Enterprise SSO
- Used within organizations
📊 Example: Company internal systems
🔑 2. Web-based SSO
- Used for online services
📊 Example: Google login for YouTube, Gmail
🔑 3. Federated SSO
- Works across different organizations
📊 Example: Google or Facebook login for third-party apps
8. 📌 Advantages of Single Sign-On
- Easy access to multiple systems
- Reduces password fatigue
- Improves productivity
- Centralized authentication control
- Enhances security (fewer passwords to manage)
9. ⚠️ Disadvantages of Single Sign-On
- If SSO is hacked, all systems are at risk
- Complex setup and integration
- Dependency on a single authentication system
- Possible downtime affects multiple services
10. 🔄 SSO vs Traditional Login
| Feature |
SSO |
Traditional Login |
| Login Required |
Once |
Multiple times |
| Security |
Centralized |
Distributed |
| User Convenience |
High |
Low |
| Management |
Easy |
Complex |
11. 📝 Likely Exam Questions
⭐ Short Questions:
- Define Single Sign-On.
- What is authentication token?
- What is Identity Provider?
- Give one advantage of SSO.
- What is federated SSO?
⭐ Long Questions:
- Explain Single Sign-On with diagram.
- Describe working of SSO in IT systems.
- Discuss advantages and disadvantages of SSO.
- Differentiate between SSO and traditional login systems.
- Explain types of Single Sign-On.
12. 📌 Quick Summary / Conclusion
👉 Final Idea:
SSO improves security, usability, and efficiency in modern IT infrastructure systems.
✅ Exam Tip:
Always include:
- Definition
- Working process
- Diagram
- Advantages + disadvantages
- Real-life example for full marks