# openid-sample-java-webapp **Repository Path**: mirrors_apereo/openid-sample-java-webapp ## Basic Information - **Project Name**: openid-sample-java-webapp - **Description**: OpenID client java web application - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-15 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cas-openid-client This application was built to test CAS OpenId implementation, specifically the Stateless mode. # Build ``` mvn clean package ``` # Run ``` java -jar openid-client-1.0-SNAPSHOT.jar ``` Access the app at: `https://localhost:9000/openid/auth` If you want to test stateless.mode (no association betwen RP and OP) change the value `openid-associate` in `config.properties` and rerun the test