apereo / openid-sample-java-webapp

OpenID client java web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenID client java web application


Languages

Language:Java 100.0%