How Does Single Sign-On (SSO) Work? | OneLogin (2024)

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.

How Does SSO Work?

SSO works based upon a trust relationship set up between an application, known as the service provider, and an identity provider, like OneLogin. This trust relationship is often based upon a certificate that is exchanged between the identity provider and the service provider. This certificate can be used to sign identity information that is being sent from the identity provider to the service provider so that the service provider knows it is coming from a trusted source. In SSO, this identity data takes the form of tokens which contain identifying bits of information about the user like a user’s email address or a username.

The login flow usually looks like this:

  1. A user browses to the application or website they want access to, aka, the Service Provider.
  2. The Service Provider sends a token that contains some information about the user, like their email address, to the SSO system, aka, the Identity Provider, as part of a request to authenticate the user.
  3. The Identity Provider first checks to see whether the user has already been authenticated, in which case it will grant the user access to the Service Provider application and skip to step 5.
  4. If the user hasn’t logged in, they will be prompted to do so by providing the credentials required by the Identity Provider. This could simply be a username and password or it might include some other form of authentication like a One-Time Password (OTP).
  5. Once the Identity Provider validates the credentials provided, it will send a token back to the Service Provider confirming a successful authentication.
  6. This token is passed through the user’s browser to the Service Provider.
  7. The token that is received by the Service Provider is validated according to the trust relationship that was set up between the Service Provider and the Identity Provider during the initial configuration.
  8. The user is granted access to the Service Provider.

When the user tries to access a different website, the new website would have to have a similar trust relationship configured with the SSO solution and the authentication flow would follow the same steps.

How Does Single Sign-On (SSO) Work? | OneLogin (1)

What is an SSO Token?

An SSO token is a collection of data or information that is passed from onesystem to another during the SSO process. The data can simply be auser’s email address and information about which system is sending thetoken. Tokens must be digitally signed for the token receiver to verify thatthe token is coming from a trusted source. The certificate that is used forthis digital signature is exchanged during the initial configuration process.

Is SSO Secure?

The answer to this question is “It depends.”

There are many reasons why SSO can improve security. A single sign-on solution can simplify username and password management for both users and administrators. Users no longer have to keep track of different sets of credentials and can simply remember a single more complex password. SSO often enables users to just get access to their applications much faster.

SSO can also cut down on the amount of time the help desk has to spend on assisting users with lost passwords. Administrators can centrally control requirements like password complexity and multi-factor authentication (MFA). Administrators can also more quickly relinquish login privileges across the board when a user leaves the organization.

Single Sign-On does have some drawbacks. For example, you might have applications that you want to have locked down a bit more. For this reason, it would be important to choose an SSO solution that gives you the ability to, say, require an additional authentication factor before a user logs into a particular application or that prevents users from accessing certain applications unless they are connected to a secure network.

How is SSO Implemented?

The specifics on how an SSO solution is implemented will differ depending on what exact SSO solution you are working with. But no matter what the specific steps are, you need to make sure you have set clear objectives and goals for your implementation. Make sure you answer the following questions:

  • What different types of users are you serving and what are their different requirements?
  • Are you looking for an On Prem solution or a Cloud Based solution?
  • Will this solution be able to grow with your company and your needs?
  • What features are you looking for to ensure only trusted users are logging in? MFA, Adaptive Authentication, Device Trust, IP Address Allow Listing, etc.?
  • What systems do you need to integrate with?
  • Do you need API access?

What Makes a True SSO System?

It’s important to understand the difference between single sign-on and password vaulting or password managers, which are sometimes referred to as SSO which can mean Same Sign-on not Single Sign-on. With password vaulting, you may have the same username and password, but they need to be entered each time you move to a different application or website. The password vaulting system is simply storing your credentials for all the different applications and inserting them when necessary. There is no trust relationship set up between the applications and the password vaulting system.

With SSO, meaning Single Sign-On, after you’re logged in via the SSO solution, you can access all company-approved applications and websites without having to log in again. That includes cloud applications as well as on-prem applications, often available through an SSO portal (also called a login portal).

What is an SSO Software vs an SSO Solution

When researching SSO options that are available, you might see them sometimes referred to as SSO software vs an SSO solution vs an SSO provider. In many cases, the difference might simply be in the way the companies have categorized themselves. A piece of software suggests something that is installed on-premise. It is usually designed to do a specific set of tasks and nothing else. A solution suggests that there is the ability to expand or customize the capabilities of the core product. A provider would be a way to refer to the company that is producing or hosting the solution. For example, OneLogin is known as an SSO solution provider.

Are There Different Types of SSO?

There are a lot of terms that are used when we talk about Single Sign-On (SSO).

  • Federated Identity Management (FIM)
  • OAuth (specifically OAuth 2.0 nowadays)
  • OpenID Connect (OIDC)
  • Security Access Markup Language (SAML)
  • Same Sign On (SSO)

SSO is actually a part of a larger concept called Federated Identity Management, thus sometimes SSO is referred to as federated SSO. FIM just refers to a trust relationship that is created between two or more domains or identity management systems. Single Sign-on is often a feature that is available within a FIM architecture.

OAuth 2.0 is a specific framework that could also be considered part of a FIM architecture. OAuth focuses on that trusted relationship allowing user identity information to be shared across the domains.

OpenID Connect (OIDC) is an authentication layer that was built on top of OAuth 2.0 to provide Single Sign-on functionality.

Same Sign On which is also often referred to as SSO is actually not the same as Single Sign-on because it doesn’t involve any trust relationship between the entities that are doing the authentication. It is more dependent on credentials being duplicated between systems and simply passing in those credentials when necessary. It is not as secure as any of the Single Sign-on solutions.

There are also some specific systems that commonly come up when we are discussing Single Sign-on: Active Directory, Active Directory Federation Services (ADFS) and Lightweight Directory Access Protocol (LDAP).

Active Directory, which nowadays is specifically referred to as Active Directory Directory Services (ADDS), is Microsoft’s centralized directory service. Users and resources are added to the directory service for central management and ADDS works with authentication protocols like NTLM and Kerberos. Thus, users that belong to ADDS can authenticate from their machines and get access to others systems that integrate with ADDS. This is a form of Single Sign-on.

Active Directory Federation Services (ADFS) is a type of Federated Identity Management system that also provides Single Sign-on capabilities. It supports both SAML and OIDC. ADFS is primarily used to set up trust between ADDS and other systems such as Azure AD or other ADDS forests.

Lightweight Directory Access Protocol (LDAP) is simply an industry standard that defines a way to organize and query directory information. LDAP allows you to centrally manage resources like users and systems. LDAP, however, does not define how you log into those systems, meaning it does not define the actual protocols that are used in authentication. It is, however, often used as part of the authentication process and access control processes. For example, before a user can access a particular resource, LDAP might be used to query for that user and any groups that they belong to in order to see if the user has access to that resource. LDAP solutions like OpenLDAP do provide authentication through their support of authentication protocols like Simple Authentication and Security Layer (SASL)

How Does Single Sign-On (SSO) Work? | OneLogin (2)

What is SSO Software as a Service?

Just as many other applications have moved to run within the Internet, so has SSO functionality. Platforms like OneLogin that run in the cloud can then be categorized as a Software as a Service (SaaS) SSO solution.

What is App-to-App SSO?

Lastly, you might have heard of App-to-App or Application-to-Application SSO. This is not quite an industry standard yet. It is more of a term that has been used by SAPCloud to describe the process of passing a user identity from one application to another within their ecosystem. It is somewhat similar to OAuth 2.0 but again it is not a standard protocol or method and is currently specific to SAPCloud.

How Does Single Sign-On (SSO) Work? | OneLogin (2024)

FAQs

How Does Single Sign-On (SSO) Work? | OneLogin? ›

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.

What is single sign-on SSO simplified understanding how SSO works in plain English? ›

A single sign-on solution can simplify username and password management for both users and administrators. Users no longer have to keep track of different sets of credentials and can simply remember a single more complex password. SSO often enables users to just get access to their applications much faster.

How is SSO single sign-on implemented? ›

SSO implementation revolves around a central server. All applications trust this main server and use it to access your login credentials. When you first log in, the server creates a cookie with your details. When you access a new application, you get redirected to this central server.

What is the biggest disadvantage of using single sign-on SSO for authentication? ›

Disadvantages of Single Sign On (SSO):

Single vulnerability: If SSO is compromised, all applications and services linked to it may also be at risk. A successful attack on the SSO system could allow attackers to access multiple applications and services without additional authentication.

What's the difference between single sign-on SSO and social sign-on answer? ›

The main difference between SSO (Single Sign-On) and social login is that SSO allows users to log in to multiple applications with a single set of credentials. In contrast, social login allows users to log in to one application using their social media account credentials.

How does single sign-on SSO work? ›

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.

Which three are benefits of single sign-on SSO? ›

Single sign-on reduces these risks by centralizing and reducing the number of usernames and passwords, which are the number one target for cybercrime. SSO reduces exposure, limits password reuse, and lets your institution's IT team control security guidelines and password strength.

How does SSO work with SAML? ›

What is SAML SSO? SAML Single Sign-On is a mechanism that leverages SAML allowing users to log on to multiple web applications after logging into the identity provider. As the user only has to log in once, SAML SSO provides a faster, seamless user experience.

What is single sign-on SSO environments? ›

SSO is an authentication process in which a user can access more than one system or application by entering a single user ID and password. If you are an administrator, you need to specify the company that you want to access during login. Any other user is taken to their specific company.

What is a single sign-on SSO approach that relies? ›

SSO is based on the federal identity system which relies on trust between a service provider (SP) and an identity provider (IdP). A certificate is exchanged between the IdP and the app which is used to signal identity information being sent between the two.

Which of the following is the advantage of adopting a single sign-on SSO system? ›

Advantages of SSO include the following: Users need to remember and manage fewer passwords and usernames for each application. The process of authenticating with applications is streamlined -- no need to reenter passwords. Successful phishing attacks are reduced.

What is the biggest disadvantage of using single sign-on SSO for authentication Quizlet? ›

The main disadvantage of Single Sign-On (SSO) is that compromised credentials will affect multiple systems.

Is single sign-on a security risk? ›

SSO, like any other form of access, brings implied security vulnerabilities. While those risks can be minimized by implementing additional controls, like multi-factor authentication (MFA) and session management, identifying the dangers of single sign-on helps ensure that your organization implements a secure solution.

What is the single sign-on SSO protocol? ›

Single Sign-on (SSO) allows a user to use a single set of login credentials – such as a username and password, or even multi-factor authentication – to access multiple applications. This is a Federated Identity Management architecture, sometimes called identity federation.

How is SSO implemented? ›

SSO implementation revolves around a central server. All applications trust this master server and use it to access login credentials. If your organization has multiple applications, they probably run on different servers, using different user directories and authentication mechanisms.

What is SSO in layman's terms? ›

Single sign-on (SSO) is an identification method that enables users to log in to multiple applications and websites with one set of credentials.

Which of the following describes the concept of a single sign-on SSO system? ›

Single sign-on (SSO) is a session and user authentication service that permits a user to use one set of login credentials -- for example, a username and password -- to access multiple applications.

What is the difference between single sign-on and single identity? ›

While you may often encounter SSO and FIM mentioned together, it's important to note they aren't interchangeable terms. Single sign-on grants access to applications and resources within a single domain, whereas federated identity management enables single sign-on across multiple domains or organizations.

References

Top Articles
ATM Withdrawal Limits Explained: Tips To Get More Money
What Are Daily ATM Withdrawal Limits and Debit Purchase Limits?
Stretchmark Camouflage Highland Park
Instructional Resources
Richard Sambade Obituary
Category: Star Wars: Galaxy of Heroes | EA Forums
Overzicht reviews voor 2Cheap.nl
What's New on Hulu in October 2023
Simple Steamed Purple Sweet Potatoes
Programmieren (kinder)leicht gemacht – mit Scratch! - fobizz
Robert Malone é o inventor da vacina mRNA e está certo sobre vacinação de crianças #boato
Trini Sandwich Crossword Clue
Scholarships | New Mexico State University
Walthampatch
House Party 2023 Showtimes Near Marcus North Shore Cinema
Echat Fr Review Pc Retailer In Qatar Prestige Pc Providers – Alpha Marine Group
Tnt Forum Activeboard
Second Chance Maryland Lottery
24 Hour Drive Thru Car Wash Near Me
Football - 2024/2025 Women’s Super League: Preview, schedule and how to watch
Joan M. Wallace - Baker Swan Funeral Home
Rs3 Ushabti
The Creator Showtimes Near R/C Gateway Theater 8
Roanoke Skipthegames Com
Lesson 1.1 Practice B Geometry Answers
Ancestors The Humankind Odyssey Wikia
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Gr86 Forums
Ixlggusd
Most popular Indian web series of 2022 (so far) as per IMDb: Rocket Boys, Panchayat, Mai in top 10
What Time Does Walmart Auto Center Open
Litter-Robot 3 Pinch Contact & DFI Kit
Jennifer Reimold Ex Husband Scott Porter
Pensacola 311 Citizen Support | City of Pensacola, Florida Official Website
New York Rangers Hfboards
Dr. John Mathews Jr., MD – Fairfax, VA | Internal Medicine on Doximity
USB C 3HDMI Dock UCN3278 (12 in 1)
Cnp Tx Venmo
Dwc Qme Database
Lyndie Irons And Pat Tenore
Todd Gutner Salary
Citizens Bank Park - Clio
Ts In Baton Rouge
Suppress Spell Damage Poe
Barber Gym Quantico Hours
Vcuapi
The Significance Of The Haitian Revolution Was That It Weegy
Pulpo Yonke Houston Tx
Competitive Comparison
Public Broadcasting Service Clg Wiki
Guidance | GreenStar™ 3 2630 Display
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 6197

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.