# oidc-sample-java-webapp **Repository Path**: mirrors_apereo/oidc-sample-java-webapp ## Basic Information - **Project Name**: oidc-sample-java-webapp - **Description**: OpenID Connect client java web application based on MITREid Connect - **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 simple-web-app ============== Simple web application that demonstrates the use of the OpenID Connect client code and configuration ## Setup ### Configure properties You will also need to modify the following file: `src/main/webapp/WEB-INF/servlet.properties` * `server.url=https://your server url` Replace "https://your server url" with your server url ### Run Jetty From the root directory, run the following command: ```bash ./mvnw clean package jetty:run-forked ```