Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The examples directory contains two a number of sample relying party applications. They are independent of each other, so it is not necessary to deploy both at once. Each sample is described in a README.txt file located in the base directory of each sample.

Sample

Description

simpleWebapp

a simple This demo shows how to build and deploy a SSO-enabled web application which is protected by the Fediz IDP. The FederationServlet illustrates how to get security information using the standard APIs.protected using Apache CXF Fediz.

wsclientWebapp

This demo builds on the simpleWebapp sample to show a Relying Party (RP) web application using an IDP-provided SAML token to access a third-party

wsclientWebapp

a protected web application that calls a web service that uses the Fediz STS to validate credentials. Here, the same STS is used for token issuance (indirectly, by the web application through use of the Fediz IDP) and validation. The FederationServlet illustrates how to securely call a web service.