We are looking to upgrade from CAS 5 to CAS 6. I have a fresh setup so I've 
just got the default json services and ADFS.. This 
<https://apereo.github.io/cas/6.0.x/integration/ADFS-Integration.html> guide 
suggests I need this line:

compile 
> "org.apereo.cas:cas-server-support-wsfederation-webflow:${project.'cas.version'}"


In my build.gradle file. Presumably in the area right below:

dependencies {
>     // Other CAS dependencies/modules may be listed here...
>     // implementation 
> "org.apereo.cas:cas-server-support-json-service-registry:${casServerVersion}"
>     compile 
> "org.apereo.cas:cas-server-support-wsfederation-webflow:${project.'cas.version'}"


And then I copied over the attributes from our test box, which appears to 
be the same in 5.x as it is in 6.x: 
<https://apereo.github.io/cas/6.0.x/configuration/Configuration-Properties.html>

cas.authn.wsfed[0].identityProviderUrl=https://adfs.usd.edu/adfs/ls/
>
> cas.authn.wsfed[0].identityProviderIdentifier=http://adfs.usd.edu/adfs/services/trust
> cas.authn.wsfed[0].relyingPartyIdentifier=urn:cas:test-sso.usd.edu
> cas.authn.wsfed[0].attributesType=WSFED
> cas.authn.wsfed[0].autoRedirect=true
>
> cas.authn.wsfed[0].signingCertificateResources=file:/etc/cas/adfs_signing2019.cer


But nothing happens. No redirect, no mention of ADFS in the logs. Was there 
something else I had to do?

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
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 view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/b302da4f-68df-4caa-834a-ce2aac161293%40apereo.org.

Reply via email to