Start with Identity
← Glossary
Concept

Service Provider (SP)

The application that consumes identity assertions from an IdP to grant the user access. In SAML it's the SP; in OIDC the equivalent is the Relying Party.

The service provider does the validation, and therefore owns most of the risk in a federation. Checking the signature is necessary and not sufficient: the assertion must be for this SP, recent, unreplayed, and from the expected issuer with an algorithm you chose rather than one the message declared. A long run of SAML bypasses come from skipping one of those.

See also: identity provider, relying party, SAML 2.0, federation

Last reviewed By SWI Community TeamSuggest a correctionHow we research