Single Sign-On (SSO) Flashcards
What is SSO?
Single-Sign On
authentication process that allows a user to access multiple applications or websites by logging in only once with a single set of credentials, such as by using a username and password
What is a Identity Provider?
IdP
system that creates, maintains, and manages identity information for principals while providing authentication services to relying applications within a federation or distributed network
What is LDAP?
Lightweight Directory Access Protocol
used to access and maintain distributed directory information services over a internet protocol network.
What is LDAPS
Secure version of LDAP
Uses SSL or StartTLS, both of which encrypt data to provide secure transmission
What is OAuth?
Open Authorization
open standard for token-based authentication and authorization that allows an individual’s account information to be used by third party services without exposing the user’s password.