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

Commit

Permalink
updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Dec 4, 2018
1 parent bb65385 commit b659494
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# cas-openid-client
OpenID client to test Jasig CAS openid implementation

This application was built to test Jasig CAS OpenId implementatio, specifically the Stateless mode.
To test it:
This application was built to test CAS OpenId implementation, specifically the Stateless mode.

#build it
maven clean package
#start the client
# Build

```
mvn clean package
```

# Run

```
java -jar openid-client-1.0-SNAPSHOT.jar
#open browser and access the service
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
Access the app at: `https://localhost:9000/openid/auth`

NOTE: As per the last version available of CAS, stateless mode needs a change in configuration of the server.
In your "cas.properties" change the values of the property "st.numberOfUses" to "2".
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

0 comments on commit b659494

Please sign in to comment.