AWS CCP Notes

Search

Search IconIcon to open search

13-06 Identity Providers - (IdPs)

Last updated Aug 17, 2023 Edit Source

Identity Provider (IdP) is a system entity that creates, maintains, and manages identity information for principals and also provides authentication services to applications within a federation or distributed network.

Summary

Federated identity is a method of linking a user’s identity across multiple separate identity management systems​

# OpenID​

Summary

OpenID is about providing who are you​

# OAuth2.0​

Summary

Oauth is about granting access to functionality​

SAML​

Security Assertion Markup Language is an open standard for exchanging authentication and authorization between an identity provider and a service provider.​

Note

An important use case for SAML is Single-Sign-On via web browser.​