Single Sign-On (SSO) - CI/CD用語集の定義
single sign-onは、ユーザーがアイデンティティプロバイダーで一度認証すれば、その後は各アプリケーションに再度ログインすることなく多数のアプリケーションにアクセスできるようにします。
プロトコル
SSOは通常SAMLまたはOpenID Connectで実装され、アイデンティティプロバイダーが各アプリケーションが信頼するアサーションやtokenを発行します。
CI/CDにおいて
SSOは一般に開発者プラットフォームとCIコンソールを保護します。SSOをMFAと併せて強制することで、侵害された人間のアカウントがpipelineに到達する可能性を減らせます。
関連ガイド
SAML - CI/CD Glossary DefinitionSAML: SAML (Security Assertion Markup Language) is an XML-based standard for exchanging authentication and au…
Multi-Factor Authentication (MFA) - CI/CD Glossary DefinitionMulti-Factor Authentication (MFA): Multi-factor authentication requires two or more independent factors to au…
Federated Identity - CI/CD Glossary DefinitionFederated Identity: Federated identity lets one system trust identities issued by another, so a token from a…