Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 476 Bytes

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:

./mvnw clean package jetty:run-forked