Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
simple-web-app
==============

Simple web application that demonstrates the use of the OpenID Connect client code and configuration
Simple web application that demonstrates the use of the OpenID Connect client code and configuration

### Configure

You may have to change some hard-coded URLs in `src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml`

### Build
`mvn package`

### Run

(by default it listen to port 8080):
`mvn -Djetty.port=7080 jetty:run-war`