Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is SSO

I understand SSO as the one time login for all the applications connected. I would like to know more about SSO and how exactly it is achieved.

like image 963
Lakshmi Avatar asked Nov 24 '08 10:11

Lakshmi


People also ask

What is SSO example?

The user signs in only one time, hence the name of the feature (Single Sign-on). For example, if you log in to a Google service such as Gmail, you are automatically authenticated to YouTube, AdSense, Google Analytics, and other Google apps.

What means SSO?

What is Single Sign-On? Single sign-on (SSO) is an authentication method that enables users to securely authenticate with multiple applications and websites by using just one set of credentials.

What is SSO and how it works?

Single sign-on (SSO) is a technology which combines several different application login screens into one. With SSO, a user only has to enter their login credentials (username, password, etc.) one time on a single page to access all of their SaaS applications.

Why is SSO used?

Single sign-on (SSO) in the enterprise refers to the ability for employees to log in just one time with one set of credentials to get access to all corporate apps, websites, and data for which they have permission. SSO solves key problems for the business by providing: Greater security and compliance.


2 Answers

This is Donnie. He's a friend of mine.

The basic mechanism is to trust your friend's friend.

Another metaphor that's used is the sticker they give you when you enter a secured building. In the morning, you show your valid ID (credential) to the security person, and for the rest of the day, the sticker acts as the pass (token). When you come back next day, you have to show your ID again.

Key technology is how you trust your friend or security guy or anyone in hostile network. See how Kerberos or asymmetric encryption work.

like image 64
Eugene Yokota Avatar answered Oct 21 '22 05:10

Eugene Yokota


Single Sign-on allows the end-user to login to a single portal and access multiple applications seamlessly, reducing multiple login screens and increasing security by having a central entry point.

Addressing end-users' complaints about having to remember multiple passwords is a common objective in many organizations. Having multiple login access points for web applications are not only a pain-point for the end-user, it is also a security risk that can leave your company vulnerable to network attacks. A single sign-on portal solution can eliminate the hassle of multiple password prompts and streamline access for the user. However, many SSO solutions are costly and difficult to implement to effectively handle all user access scenarios. Integration is especially difficult when attempting to allow the single sign-on experience to continue for external users, from customers, to partners, to vendors and even suppliers, who all want seamless access to hosted web applications.

I have recently been researching different SSO solutions- there are so many! I came across this little video and thought it was so clever! http://youtu.be/KTweSfRW18M?list=UUJD2scx1baSeUDSIk7N35Ww

like image 21
TechTech Avatar answered Oct 21 '22 03:10

TechTech