Previous Topic: Federation Web Services Application Setup

Next Topic: Federation Web Services Deployment Descriptors

Federation Web Services Application Overview

Federation Web Services, a component of Federation Security Services, is a collection of servlets packaged as a Web application in accordance with the Java Servlet API 2.3 specification. It is installed with the Web Agent Option Pack or deployed inside the Tomcat web server, which is embedded in the SPS federation gateway.

The web application is rooted at a specific URL within the web server. For example, the application could be located at http://www.myserver.com/affwebservices/ and the assertion retrieval service (part of the application) could be registered to listen on http://www.myserver.com/affwebservices/assertionretrieval. All requests that start with this URL prefix are routed to the assertion retrieval servlet.

A web application exists as a structured hierarchy of directories. The root of the hierarchy serves as a document root for serving files that are part of this context.

A special directory, WEB-INF, exists within the application directory hierarchy, located at one of the following locations:

This directory contains everything related to the application that is not in the document root of the application. That is, the WEB-INF directory is not part of the public document tree of the application, and no file contained in the WEB-INF directory may be served directly to the client.

The contents of the WEB-INF directory are:

The Federation Web Services application provides these services:

Note: The Session Synchronization and Notification Alert services can only be used when the Web Agent/Web Agent Option Pack is at the producing site and the SAML Affiliate Agent is at the consuming site. These services are not supported with the SPS federation gateway.


Copyright © 2010 CA. All rights reserved. Email CA about this topic