Re: [cas-user] Is it possible to delegate CAS authentication to a custom remote identity provider ?

2018-04-23 Thread JON
Hi again I think we'd better open another topic where better to expose the situation this is the link https://groups.google.com/a/apereo.org/forum/?hl=en#!topic/cas-user/jewd_Hzlens Thank you very much, Manfredo and Ray Jon El jueves, 19 de abril de 2018, 21:12:48 (UTC+2), JON escribió: >

Re: [cas-user] Is it possible to delegate CAS authentication to a custom remote identity provider ?

2018-04-19 Thread JON
Hi I have found a workaround to solve the compilation problem, simply by removing the class that caused the compile error: "ShibbolethServiceProviderRequestPrincipalAttributesExtractor.java" First, I went back to the original "cas-overlay-template-master" distribution, and added only the maven

Re: [cas-user] Is it possible to delegate CAS authentication to a custom remote identity provider ?

2018-04-13 Thread Ray Bon
Are you trying to build CAS or did you download the code just for Trusted Authentication? Building a single class (or even a few) can result in a lot of dependency management (as you have seen). Sometimes the dependency you add brings in others behind the scenes (transitive dependencies). Your

Re: [cas-user] Is it possible to delegate CAS authentication to a custom remote identity provider ?

2018-04-13 Thread JON
Hi Before following your advice, I must tell you that if I delete the code, everything works fine (including SAML IdP), with the exception of Trusted Authentication. The code that I am trying to compile, is the original downloaded from the repository repository. I just inserted it to start with

Re: [cas-user] Is it possible to delegate CAS authentication to a custom remote identity provider ?

2018-04-13 Thread Man H
Hi you just add maven/gradle dependency to original overlay El viernes, 13 de abril de 2018, JON escribió: > Hi again > > I am trying to test the Trusted Authentication, adding code in the Maven > Overlay. The code is the one existing in the cas-server-support-trusted >

Re: [cas-user] Is it possible to delegate CAS authentication to a custom remote identity provider ?

2018-04-13 Thread JON
Hi again I am trying to test the Trusted Authentication, adding code in the Maven Overlay. The code is the one existing in the cas-server-support-trusted module. I have been falling in a cascade of compilation errors that I have tried to overcome by adding dependencies in pom.xml The errors

Re: [cas-user] Is it possible to delegate CAS authentication to a custom remote identity provider ?

2018-04-01 Thread Man H
See trusted authentication. Local cas server should receive translated remote id entity through valve or other mechanism. El domingo, 1 de abril de 2018, JON JON escribió: > Hi > > Is it possible to delegate authentication to a custom remote identity > provider? > >