Security Assertion Markup Language (SAML)



Similar documents
Biometric Single Sign-on using SAML Architecture & Design Strategies

SAML basics A technical introduction to the Security Assertion Markup Language

VETUMA SAML SAMPLE MESSAGES

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide

Web Access Management and Single Sign-On

Security Assertion Markup Language (SAML) 2.0 Technical Overview

Security Assertion Markup Language (SAML) V2.0 Technical Overview

Single Sign-On Implementation Guide

National Identity Exchange Federation. Web Browser User-to-System Profile. Version 1.0

SAML and XACML Overview. Prepared by Abbie Barbir, Nortel Canada April 25, 2006

Configuring SAML2 for Single Sign-On to Smartsheet (Enterprise Only)

CS 356 Lecture 28 Internet Authentication. Spring 2013

OIOIDWS for Healthcare Token Profile for Authentication Tokens

Implementing Single Sign On in Java Technologybased

Enabling Federation and Web-Single Sign-On in Heterogeneous Landscapes with the Identity Provider and Security Token Service Supplied by SAP NetWeaver

Single Sign-On Implementation Guide

SAML Single-Sign-On (SSO)

Web Single Sign-On Authentication using SAML

Configuring SAML2 for Single Sign-On to Smartsheet (Enterprise Only)

Feide Technical Guide. Technical details for integrating a service into Feide

Biometric Single Sign-on using SAML

IBM WebSphere Application Server

SAML Profile for SSO in Danish Public Sector V2.0 Assertion Examples,

Federation architectures for mobile applications OAuth 2.0 Drivers OAuth 2.0 Overview Mobile walkthrough

Web Based Single Sign-On and Access Control

Single Sign on Using SAML

Open Source Identity Integration with OpenSSO

STUDY ON IMPROVING WEB SECURITY USING SAML TOKEN

IAM Application Integration Guide

SAML 2.0 INT SSO Deployment Profile

OIO SAML Profile for Identity Tokens

SAML Security Analysis. Huang Zheng Xiong Jiaxi Ren Sijun

SAML Federated Identity at OASIS

MLSListings Single Sign On Implementation Guide. Compatible with MLSListings Applications

FEDERATED IDENTITY MANAGEMENT:

SAML Security Option White Paper

Federal Identity, Credential, and Access Management Security Assertion Markup Language (SAML) 2.0 Web Browser Single Sign-on (SSO) Profile

SAML (Security Assertion Markup Language) Security Model for RESTful Web Services

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE

Tusker IT Department Tusker IT Architecture

Digital Signature Web Service Interface

Federated Identity Management Solutions

Standalone SAML Attribute Authority With Shibboleth

This Working Paper provides an introduction to the web services security standards.

Federal Identity, Credentialing, and Access Management Security Assertion Markup Language (SAML) 2.0 Web Browser Single Sign-on (SSO) Profile

Security Assertion Markup Language (SAML) V2.0 Technical Overview

Kantara egov and SAML2int comparison

Access Control in Distributed Systems. Murat Kantarcioglu

New Single Sign-on Options for IBM Lotus Notes & Domino IBM Corporation

Securing Web Services With SAML

SAML: The Secret to Centralized Identity Management

OpenHRE Security Architecture. (DRAFT v0.5)

OIO Web SSO Profile V2.0.5

Federated Identity in the Enterprise

Trusting XBRL: Using the Liberty Web Services Framework to Secure and Authenticate XBRL Documents

Technik und Informatik. SOAP Security. Prof. Dr. Eric Dubuis Berner Fachhochschule Biel. Version April 11, 2012

Introduction to SAML. Jason Rouault Section Architect Internet Security Solutions Lab Hewlett-Packard. An XML based Security Assertion Markup Language

Setting Up Federated Identity with IBM SmartCloud

Authentication Context Classes for Levels of Assurance for the Swedish eid Framework

Design and Implementaion of a Single Sign-On Library Supporting SAML (Security Assertion Markup Language) for Grid and Web Services Security

Liberty Alliance. CSRF Review. .NET Passport Review. Kerberos Review. CPSC 328 Spring 2009

WEB SERVICES SECURITY

INTEGRATE SALESFORCE.COM SINGLE SIGN-ON WITH THIRD-PARTY SINGLE SIGN-ON USING SENTRY A GUIDE TO SUCCESSFUL USE CASE

SAML 2.0 protocol deployment profile

A Delegation Framework for Federated Identity Management

Web Services Security: SAML Token Profile 1.1

SAML Implementation Guidelines

An Oracle White Paper Dec Oracle Access Management Security Token Service

White Paper. Authentication and Access Control - The Cornerstone of Information Security. Vinay Purohit September Trianz 2008 White Paper Page 1

Oasis Security Services Use Cases And Requirements

Secure Identity in Cloud Computing

Test Plan for Liberty Alliance SAML Test Event Test Criteria SAML 2.0

SAML-Based SSO Solution

Extending DigiD to the Private Sector (DigiD-2)

RSA Solution Brief. Federated Identity Manager RSA. A Technical Overview. RSA Solution Brief

The Role of Federation in Identity Management

SAML:The Cross-Domain SSO Use Case

It is I, SAML. Ana Mandić Development Five Minutes Ltd

Ameritas Single Sign-On (SSO) and Enterprise SAML Standard. Architectural Implementation, Patterns and Usage Guidelines

Architecture Guidelines Application Security

Configuring Single Sign-on from the VMware Identity Manager Service to ServiceNow

SAML Security Assertion Markup Language

Revised edition. OIO Web SSO Profile V2.0.9 (also known as OIOSAML 2.0.9) Includes errata and minor clarifications

Research and Implementation of Single Sign-On Mechanism for ASP Pattern *

A pattern for the WS-Trust standard for web services

Agenda. How to configure

The Role of Identity Enabled Web Services in Cloud Computing

Transcription:

CS 595G 02/14/06 Security Assertion Markup Language (SAML) Vika Felmetsger 1

SAML as OASIS Standard OASIS Open Standard SAML V2.0 was approved in March, 2005 Blending of two earlier efforts on portable trust: S2ML AuthXML SAML V1.0 was approved in November 2002 2

SAML: The Big Picture Is another XML-based Standard Is a framework for exchanging security information between business partners Is based on the concept of Assertions (statements about a user) which can be passed around Provides a standard request/response protocol for exchanging XML messages 3

Why do we need SAML? Portable Trust - a user, whose identity is established and verified in one domain, can invoke services in another domain Cross-Domain Single Sign-On (SSO) Federated Identity Web Services - provides a means by which security assertions about messages and service requesters can be exchanged 4

Single Sign-On A user authenticates to one web site (domain) and then is able to access resources at some other web sites (domains) A user Joe is authenticated at A.com and can access resources at both A.com and B.com 5

Federated Identity A set of service providers agrees on a way to refer to a single user even if he/she is known to each of them under a different name The user Joe is authenticated at A.com as johndoe and can access resources at both B.com (jdoe) and C.com (johnd) without being reauthenticated 6

SAML Assertions Assertion is a claim, statement, or declaration of fact made by some SAML authority Types of assertions: Authentication - the subject was authenticated by a particular means at a particular time Authorization - the subject was granted or denied access to a specified resource Attributes -the subject is associated with the supplied attribute 7

Assertion Example 1 <saml:assertion 2 Version="2.0" 3 ID= _34234se72 4 IssueInstant="2005-04-01T16:58:33.173Z"> 5 <saml:issuer>http://authority.example.com/</saml:issuer> 6 <ds:signature>...</ds:signature> 7 <saml:subject> 8 <saml:nameid format="urn:oasis:names:tc:saml:2.0:nameid-format:persistent"> 9 jygh5f90l 10 </saml:nameid> 11 </saml:subject> 12 <saml:authnstatement 13 AuthnInstant="2005-04-01T16:57:30.000Z"> 14 <saml:authncontext> 15 <saml:authncontextclassref> 16 urn:oasis:names:tc:saml:2.0:ac:classes:passwordprotectedtransport 17 </saml:authncontextclassref> 18 </saml:authncontext> 19 </saml:authnstatement> 20 </saml:assertion> 8

Common Elements <Issuer> - the issuer name [Required] <ds:signature> - an XML signature for integrity protection and authentication of the issuer [Optional] <Subject> - the subject of the statements in the assertion [Optional] <Conditions> - must be evaluated when using assertions [Optional] <Advice> - additional info that assists in processing of assertions [Optional] 9

Assertion Statements <Assertion> contains zero or more of: <AuthnStatement> - an authentication statement <AuthzDecisionStatement> - an authorization statement (finalized in SAML V2.0) <AttributeStatement> - an attribute statement <Statement> - custom statement type 10

Encrypted Assertions Intended as confidentiality protection Identified by <EncryptedAssertion> <xenc:encrypteddata> [Required] - details are defined by XML Encryption <xenc:encryptedkey> [Zero or More] - decryption keys 11

Example of Attribute Assertion <saml:assertion > <saml:issuer> /saml:issuer> <saml:subject> </saml:subject> Is required for attributes <saml:attributestatement> <saml:attribute Name= PaidStatus > <saml:attributevalue> Paid </saml:attributevalue> </saml:attribute> </saml:attributestatement> </saml:assertion> 12

Example of Authorization Assertion <saml:assertion > <saml:issuer> /saml:issuer> <saml:subject> </saml:subject> <saml:authzdecisionstatement> Resource= http://carrentalinc.com/doit.cgi Decision= Permit > <saml:action> Execute </saml:action> </saml:authzdecisionstatement> </saml:assertion> Is required for authorization statements 13

Assertion Containment 14

SAML Protocols A number of request/response protocols for communicating with SAML authority Retrieve existing assertions Request authentication of a principal Request a near-simultaneous logout Request a name id to be mapped into another one Etc. 15

Example of Request 16

Example of Response 17

SSO Profile Example 18

Federation Example 19

SAML and XACML XACML - an XML-based language for access control XACML and SAML were designed to complement each other: An XACML policy can specify what to do with SAML assertion XACML-based attributes can be expressed in SAML 20

SAML and WS-Security WS-Security - a framework for securing SOAP messages Different profiles for various security token formats (such as X.509 certificates and Kerberos tickets) There is also a SAML token profile for SAML assertions 21

SAML: In Summary Portable Trust across domains Platform independent Standard message exchange protocol Easily extendable 22

SAML in Production Entegrity s AssureAccess Entrust s GetAccess portal Netegrity s AffiliateMinder Sucurant s RSA Cleartrust Sun s iplanet Directory Server with Access Management Sun s ONE Network Identity Systinet s WASP Secure Identity others 23

References H. Lockhart et al, Security Assertion Markup Language (SAML) V2.0 Technical Overview, http://www.oasis-open.org/committees/download.php/14361/sstc-saml-techoverview-2.0-draft-08.pdf P. Madsen, SAML 2: The Building Blocks of Federated Identity, http://www.xml.com/pub/a/2005/01/12/saml2.html P. Mishra et al, Security Assertion Markup Language (SAML) V2.0, http://www.oasisopen.org/committees/tc_home.php?wg_abbrev=security M O Neill et al., Web Services Security J. Rosenberg and D. Remy, Securing Web Services with WS-Security 24