Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
aacli.sh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgasper3 committed Oct 30, 2014
1 parent 421e3b2 commit 6655beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ shibIdpPath=/opt/shibboleth-idp

* From the root directory, simply run `./gradlew`
* Copy `idp-cas-invoker/build/libs/idp-cas-invoker-x.x.jar` to `idp/WEB-INF/lib`
* Copy `idp-cas-invoker/build/libs/idp-cas-invoker-x.x.jar` to `/opt/shibboleth-idp/lib` (for `aacli.sh/.bat` functionality)
* Copy FROM CAS DEPLOYED WAR: `$CATALINA_HOME/webapps/cas/WEB-INF/lib/cas-client-core-[x.x.x].jar` to `idp/WEB-INF/lib`


Expand Down Expand Up @@ -184,4 +185,4 @@ v2.0.3
* CAS login handler now implicitly supports both forced and passive authentication.

2.0.4
* Fixed a bug where the login handler wasn't properly reading whether to force authentication or whether passive (renew and gateway) should be passed to CAS. Previously the code was attempting to read this directly from the request parameters. Now the code is grabbing the login context set by Shib and asking directly.
* Fixed a bug where the login handler wasn't properly reading whether to force authentication or whether passive (renew and gateway) should be passed to CAS. Previously the code was attempting to read this directly from the request parameters. Now the code is grabbing the login context set by Shib and asking directly.

0 comments on commit 6655beb

Please sign in to comment.