Category: Database, Data, Kubernetes, github

SAML is frequently used to implement internal corporate single sign-on (SSO) solutions where the user logs into a service that acts as the single source of identity which then grants access to a subset of other internal services.

An Identity Provider, frequently abbreviated as IdP, is the service that serves as the source of identity information and authentication decision.

In other words, assertions define what identity information about the principal is communicated from an identity provider to a service provider. To illustrate how SAML Login works, we are going to use Teleport as an example of a service provider and Auth0 for an identity provider.

Related Articles