/spring-cxf-saml

A simple demonstration of Spring 3, CXF 2.2.x and SAML working together

Primary LanguageJava

#Overview There are a lot of choices when it comes to implementing web applications, web services and SAML. This project is a demonstration of combining Spring (context and mvc), CXF, WS-Security, OpenSAML and Maven.

#Running To get things up and running:

spring-cxf-saml $ mvn install
spring-cxf-saml $ cd client
client $ mvn jetty:run

In a separate shell window:

spring-cxf-saml $ cd server
server $ mvn jetty:run

Open http://localhost:9090/client/hello , enter values and select submit.