Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarifications added about Fediz samples

...

The examples directory contains two sample projects:relying party applications. They are independent of each other, so it is not necessary to deploy both at once.

Each sample is described in the README.txt

Sample

Description

simpleWebapp

a simple web application which is protected by the Fediz IDP. The FederationServlet illustrates how to get security information using the standard APIs.

wsclientWebapp

a protected web application which that calls a web service protected by the Fediz STSthat 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.

...

Building with Maven

You To build the and run the tests using use the following command:

Code Block
mvn clean install

...