Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.34 KB

Identity management.md

File metadata and controls

27 lines (22 loc) · 1.34 KB

IAM

tags: #iam #identity-management

  • Identity and access management (IAM)
  • a framework of policies and technologies to ensure that the right users have the appropriate access to resources

SSO

tags: #sso #federation #identity-management

  • Single Sign-on (SSO)
  • a system in in which a user's single authentication ticket, or token, is trusted across multiple IT systems or even organizations

SAML

tags: #saml #identity-management

  • Security Assertion Markup Language (SAML)
  • an XML-based markup language for security assertions (statements that service providers use to make access-control decisions).
  • used for exchanging authentication and authorization data between parties, in particular, between an identity provider and a service provider
  • Defines three roles:
    1. the principal (typically a human user) - requests a service from the service provider
    2. the identity provider (IdP) - issues authentication assertions to service provider
    3. the service provider (SP) - provides services to principals. requests identity assertion from identity provider

Federated Identity

tags: #sso #federation #identity-management