Secure sessions for web services

  • Authors:
  • Karthikeyan Bhargavan;Ricardo Corin;Cédric Fournet;Andrew D. Gordon

  • Affiliations:
  • Microsoft Research;University of Twente;Microsoft Research;Microsoft Research

  • Venue:
  • SWS '04 Proceedings of the 2004 workshop on Secure web service
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

WS-Security provides basic means to secure SOAP traffic, one envelope at a time. For typical web services, however, using WS-Security independently for each message is rather inefficient; besides, it is often important to secure the integrity of a whole session, as well as each message. To these ends, recent specifications provide further SOAP-level mechanisms. WS-SecureConversation introduces security contexts, which can be used to secure sessions between two parties. WS-Trust specifies how security contexts are issued and obtained.We develop a semantics for the main mechanisms of WS-Trust and WS-SecureConversation, expressed as a library for TulaFale, a formal scripting language for security protocols. We model typical protocols relying on these mechanisms, and automatically prove their main security properties. We also informally discuss some limitations of these specifications.