Hi, I've many apps using CAS as single signon. We have few customers wanted to use ADFS to login instead of CAS. I was trying to find a good example of how to use delegated authentication from CAS to ADFS using both SAML and WS-Federation
When I use 5.2.2/5.2.3 it always going to standards login page https://localhost:8443/cas/login. I had no luck of either using below dependencies. <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-wsfederation-webflow</artifactId> <version>${cas.version}</version> </dependency> <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-pac4j-webflow</artifactId> <version>${cas.version}</version> </dependency> Thanks Rao. -- - 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/d65dd405-8a1b-4c36-b24e-0ccefd1a3d08%40apereo.org.
