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) · 413 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 413 Bytes

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