# wsfed-sample-java-webapp **Repository Path**: mirrors_apereo/wsfed-sample-java-webapp ## Basic Information - **Project Name**: wsfed-sample-java-webapp - **Description**: This is a sample application that acts as a WS Federation client using Apache Fediz. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WS Federation Sample Web Application This is a sample application that acts as a WS Federation client using Apache Fediz. ## Build You will need JDK 11. ```bash ./gradlew clean build ``` ## Run You will need a keystore at `/etc/cas/thekeystore`. ```bash ./gradlew ``` ## Configuration See: - `src/main/webapp/fediz.xml` - `src/main/webapp/applicationContext-security.xml`