Top Banner
Single Sign-On Vijay Kumar, CISSP
27
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Single Sign-On

Vijay Kumar, CISSP

Page 2: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Agenda

• What is Single Sign-On (SSO)• Advantages of SSO• Types of SSO• Examples• Case Study• Summary

Page 3: OWASPSanAntonio_2006_08_SingleSignOn.ppt

What is SSO

• Single sign-on is a user/session authentication process that permits a user to enter one name and password in order to access multiple applications. The process authenticates the user for all the applications they have been given rights to and eliminates further prompts when they switch applications during a particular session.

Page 4: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Advantages

• Reduced operational cost• Reduced time to access data, e.g. ER• Improved user experience, no password lists to

carry• Advanced security to systems

– Strong authentication • One Time Password devices• Smartcards

• Ease burden on developers • Centralized management of users, roles• Fine grained auditing• Effective compliance (SOX, HIPPA)

Page 5: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Identity Management

• Encompasses – directory services– authentication and authorization services– certificate authorities– administration consoles– single sign-on– provisioning services.

Page 6: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Types of SSO

• Password Synchronization• Legacy SSO (Employee/Enterprise SSO)• Web Access Management (WAM)• Cross Domain (realm) SSO• Federated SSO

Page 7: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Password Synchronization

• A process that coordinates passwords across multiple computers and devices and/or applications

• Each computer, device, application still authenticates but behind the scene

• Products:– MTech’s P-Synch– SecurePass– SAM Pass Synch

Page 8: OWASPSanAntonio_2006_08_SingleSignOn.ppt

eSSO

• Aka – Enterprise or Employee SSO• After primary authentication, it intercepts

further login prompts and fills them for you.• Learns as you use different apps.• Screen Scraping

Page 9: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Two Types of eSSO

• Script based– Write a script that would take the target

applications credentials and launch the application

– Requires modification of desktop icons

• Application wizard based– Runs a service on the client that continually

monitors the workstation for login dialog boxes

– Event based, cheaper, and easier to deploy

Page 10: OWASPSanAntonio_2006_08_SingleSignOn.ppt

What to Look For in eSSO Products• Cost• Usability• Functionality

– Application enablers– Encryption– Integrated with OS authentication– OS security– Multiple directories support

• Password Policy Enforcement• Backup and Disaster Recovery• Maintenance and Support

Page 11: OWASPSanAntonio_2006_08_SingleSignOn.ppt

eSSO Products

• Citrix Password Manager• Imprivata eSSO appliance• PassLogix (big in Healthcare)• Novell’s Secure Login• Microsoft Windows Server

Page 12: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Citrix Password Manager

•Installs on Citrix clients or Windows server•Self service password reset and account unlock•Hot swappable desktop (unlike Windows or Novell)•Integrated with User Provisioning software•LDAP based storage of credentials•Multifactor authentication support

Page 13: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Basic Web SSO (WAM)

• Browser based application• Cookie support is required• Single sign-on to applications deployed on

a single web server (domain)

Page 14: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Cross Domain SSO

• Multiple realms that manage user credentials.

• A user authenticated in one realm gets signed-on to an application using another realm typically with in the same enterprise

Page 15: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Novell SecureLogin

• True SSO for– Web applications– Windows host (Windows Application Server)– Legacy (Client Server) applications

• Mutiple identities and password policies stored in eDir in encrypted form

• Novell client is installed on each workstation, • User can access apps from any workstation• Optionally cache credentials on workstation• Transparent pw expirations and resets

Page 16: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Novell SecureLogin

Page 17: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Sun Java Access Manager

Page 18: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Oblix (Oracle)

Page 19: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Federated SSO

• Extend SSO across enterprises• Liberty Alliance, OASIS, IBM/Microsoft • Advantages

– Establishment of trusted partnerships– New revenue opportunities– New, efficient, and production biz models

• Why is this hard to implement?– SAML (OASIS)– Liberty Alliance builds fed ident on top of SAML

Page 20: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Liberty Model for federated SSO

Page 21: OWASPSanAntonio_2006_08_SingleSignOn.ppt

ACEGI Security

• Open Source ACEGI• Enterprise solution• Authentication,• Authorization• Instance-based access control, • Channel security• Human user detection capabilities• Seamless integration with Spring Framework• SSO via Central Authentication Service (CAS)

Page 22: OWASPSanAntonio_2006_08_SingleSignOn.ppt

JA-SIG Central Authentication Service

• Open Source (CAS)

Page 23: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Microsoft

• Windows Server 2003 R2 adds– Active Directory Federation Service– Web Services based SSO– Use Active Directory in non-Windows env

• Microsoft Identity Integration Server 2003– SSO and account management features– “agents" that handle protocol translation

between Active Directory– ADFS provides federated SSO based on WS-*

Page 24: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Case Study

-Federal Aviation Administration-Requirements:

-Provide SSO to ~500,000 users-Across 5000 airports world-wide- >100 web and client server applications-Multiple Directories, Departments-Web services authentication

Page 25: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Summary

• Reduces cost• Enhances security• Supports compliance

– Financial Service (FFIEC directive)– Healthcare (HIPPA)

• But….there are risks.

– Malicious user gets hold of unattended desktop– Malicious processes/services sign on as you to

services that they are not supposed to.

Page 26: OWASPSanAntonio_2006_08_SingleSignOn.ppt

References

• Sun Java System Access Manager

• eTrust Secure Sign-On

• Oracle IDM

• IBM Tivoli Access Manager

• Novell SecureLogin

• Citrix Password Manager

• Liberty Alliance

• Yale CAS (Central Authentication Service)– Integrates well with Spring based Acegi

Page 27: OWASPSanAntonio_2006_08_SingleSignOn.ppt

Q & A