This was a missing piece in the docs. You’ll need to add the following to your list of repositories:
<repository> <id>shibboleth-releases</id> <url>https://build.shibboleth.net/nexus/content/repositories/releases</url> </repository> This should show up in the docs in about 20 minutes. Also, switch to 4.2.3. Irrelevant, but harmless :) -- Misagh From: Eric Kyle <[email protected]> Reply: Eric Kyle <[email protected]> Date: July 14, 2016 at 12:14:47 PM To: Misagh Moayyed <[email protected]> Cc: CAS Community <[email protected]> Subject: Re: [cas-user] Cas 4.2.2 ADFS error Attached. Thank you. On Thu, Jul 14, 2016 at 2:11 PM, Misagh Moayyed <[email protected]> wrote: Attach your pom.xml file please. -- Misagh From: Eric Kyle <[email protected]> Reply: Eric Kyle <[email protected]> Date: July 14, 2016 at 12:04:51 PM To: Misagh Moayyed <[email protected]> Cc: CAS Community <[email protected]> Subject: Re: [cas-user] Cas 4.2.2 ADFS error ll /opt/work/local-cas/target/cas/WEB-INF/lib/ does not show the opensaml*.jar. On Thu, Jul 14, 2016 at 1:44 PM, Misagh Moayyed <[email protected]> wrote: The module should be pulling in an opensaml dependency/jar. Do you see that jar in the final artifact? -- Misagh From: Eric Kyle <[email protected]> Reply: Eric Kyle <[email protected]> Date: July 14, 2016 at 11:26:18 AM To: CAS Community <[email protected]> Subject: [cas-user] Cas 4.2.2 ADFS error I have a stock CAS 4.2.2 install and am trying to implement CAS using the instructions at the site below. https://apereo.github.io/cas/4.2.x/integration/ADFS-Integration.html While it builds fine, deployment yields the below errors. 2016-07-14 13:13:59,444 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adfsPrincipalResolver': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Coul d not autowire field: private org.jasig.cas.support.wsfederation.WsFederationConfiguration org.jasig.cas.support.wsfederation.authentication.principal.WsFederationCredentialsToPrincipalResolver.configuration; nested exception is java.lan g.NoClassDefFoundError: org/opensaml/security/credential/Credential Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jasig.cas.support.wsfederation.WsFederationConfiguration org.jasig.cas.support.wsfederation.authentication.principal.WsFederationCr edentialsToPrincipalResolver.configuration; nested exception is java.lang.NoClassDefFoundError: org/opensaml/security/credential/Credential Thoughts, Eric -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAF9f9PDaED%3D8-j1k1ZWdjrC8ZSLgzXsa7e8oZTWR32dnAxsRYA%40mail.gmail.com. For more options, visit https://groups.google.com/a/apereo.org/d/optout. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/etPan.5787dd7d.4562202d.8563%40unicon.net. For more options, visit https://groups.google.com/a/apereo.org/d/optout. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAF9f9PCoNcrj_Khe6Fu%2BcqFCcHsEVnuexwF44V-UdFFqHacO_w%40mail.gmail.com. For more options, visit https://groups.google.com/a/apereo.org/d/optout. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/etPan.5787e3c6.3ae28835.8563%40unicon.net. For more options, visit https://groups.google.com/a/apereo.org/d/optout. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAF9f9PAjKe%3D0Qj6Rpy%2B7BHMDXCT3SeB%2BsV7FE7t_p2j6ynBXmA%40mail.gmail.com. For more options, visit https://groups.google.com/a/apereo.org/d/optout. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/etPan.5787e97f.286dd259.d961%40unicon.net. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
