Terminology Index

Glossary

2953 terms

Open concept maps
S
32

Service Providers

In federated identity, the applications or services that rely on an identity provider to authenticate users. The relying side of the IdP-SP relationship that powers SSO and federation.

A service provider (SP) is the application that doesn't authenticate users itself but trusts an identity provider's assertions about them. In SAML and OIDC, the SP receives assertions or tokens and decides whether to grant access. Configuring SPs correctly, validating signatures, checking audiences, mapping attributes, is essential to safe federation, and many federation incidents stem from SP misconfigurations rather than IdP flaws. Understanding SPs is foundational to enterprise IAM and SSO.

Introduced in: Identity and Access Management

Examples

  • A SaaS application acting as a SAML service provider trusting an enterprise IdP.
  • An SP validating SAML signatures before granting access.
  • Mapping IdP-asserted attributes to SP-side authorization decisions.