1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

SAML 概要

Posted at

SAMLの概要。学習兼備忘録目的の記事。各種フローについては、別途まとめる。

SAMLとは

  • Security Assertion Markup Languageの略称
  • 異なるセキュリティドメイン(アプリケーションがアクセスできる領域)間で認証情報を連携するための標準仕様
  • XMLベースのデータを用いて認証情報をやりとりする

SAMLでできること

  • シングルサインオン(SSO)
  • ID連携・統合

SAML構成要素

アクター

  • Service Provider(SP):認証情報を利用する主体
  • Identity Provider(idP):認証情報を提供・管理する主体

SAMLデータ構成

SAMLconcept.png

SAML概シーケンス

SAMLシーケンス.png

参考情報

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?