Skip to content

Releases: Unicon/shib-cas-authn

5.1.2

12 Jun 12:09
Compare
Choose a tag to compare
v5.1.2

Latest built jar

4.3.1

01 Aug 02:01
db74399
Compare
Choose a tag to compare

4.3.0

19 Jan 20:18
2062c88
Compare
Choose a tag to compare

4.1.0

06 Aug 13:37
d983e36
Compare
Choose a tag to compare

Updates for Shibboleth 4.1.x and Java 11.

4.0.0

04 Dec 23:47
Compare
Choose a tag to compare

Updates for Shibboleth 4.0.x and Java 11.

3.3.0

23 Oct 22:40
Compare
Choose a tag to compare

Older 3x to 3.3.0 Plugin Upgrade Instructions, for new installs follow the README included with the release.

When upgrading from a previous version of the plugin, please follow the below steps:

Modify the ShibCas Auth Servlet entry in IDP_HOME/edit-webapp/WEB-INF/web.xml and update the <url-pattern>:

Example snippet web.xml:

...


ShibCas Auth Servlet
net.unicon.idp.externalauth.ShibcasAuthServlet
2


ShibCas Auth Servlet
/Authn/External/*

...

Update the idp.authn.flows to External. Or, for advance cases, add External to the list.

idp.authn.flows = External

Remove the authn/Shibcas bean in IDP_HOME/conf/authn/general-authn.xml:

...
<util:list id="shibboleth.AvailableAuthenticationFlows">

    <bean id="authn/Shibcas" parent="shibboleth.AuthenticationFlow"
            p:passiveAuthenticationSupported="true"
            p:forcedAuthenticationSupported="true"
            p:nonBrowserSupported="false" />

...

Note that if you an additional settings for this bean defined, such as one for supportedPrincipals, they need to be moved and applied to the authn/External bean instead in the same file, such that:








Remove the flows/authn/Shibcas directory from your IDP_HOME directory (i.e /opt/shibboleth-idp).
Remove the jars for cas-client-core-xxx.jar and shib-cas-authenticator-xxx.jar and replace them with the versions supplied with this version.