Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 707 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 707 Bytes

NodeJS-SAML-based-Sign-on

Security Assertion Markup Language (SAML) is an open standard that allows identity providers (IdP) to pass authorization credentials to service providers (SP). What that jargon means is that you can use one set of credentials to log into many different websites. It’s much simpler to manage one login per user than it is to manage separate logins to email, customer relationship management (CRM) software, Active Directory, etc. SAML transactions use Extensible Markup Language (XML) for standardized communications between the identity provider and service providers. SAML is the link between the authentication of a user’s identity and the authorization to use a service.