Security Assertion Markup Language
SAML lets us use one set of credentials to log into many different websites.
SAML is a framework for authentication and authorization between two entities without a password:
- Service provider (SP) agrees to trust the identity provider to authenticate users.
- Identity provider (IdP) authenticates users and provides to service providers an authentication assertion that indicates a user has been authenticated.
Backlinks