Skip to content

OpenID Connect client java web application based on MITREid Connect

Notifications You must be signed in to change notification settings

TheDevOps/oidc-sample-java-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-web-app

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

This is a fork intended for quick usage in the POI infrastructure with all configs setup for the local-cluster including an eclipse launch config

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

About

OpenID Connect client java web application based on MITREid Connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.8%
  • Java 21.2%