[cas-user] Re: CAS 6.3.5 bug with SubjectConfirmationNotOnOrAfter ?

2021-07-14 Thread Stéphane Delcourt
You're right I have changed this line https://github.com/apereo/cas/blob/1504d96ecd11368f3491b00d93880ee2aeee8919/support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/builders/subject/SamlProfileSamlSubjectBuilder.java#L78 in my 6.3.5 instance and it

[cas-user] Re: Error since CAS 6.3

2021-07-14 Thread Livy Li
Gregory, I'm seeing the same error message now on CAS 6.3. Did your issue get resolved? Thanks for your help. On Saturday, February 6, 2021 at 2:36:04 PM UTC-6 Gregory G wrote: > Hello, > > I currently dev for migrate from 6.2.5 to 6.3.1 > > And i have an error when i try to access a servi

Re: [cas-user] How to return the appropriate Attributes with CAS acting as SAML IdP and SAML SP in the same instance

2021-07-14 Thread Ray Bon
Jon, You can disable sso, globally or per service, https://apereo.github.io/cas/6.3.x/installation/Configuring-SSO.html#disable-sso-globally Ray On Tue, 2021-07-13 at 23:39 -0700, JON wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious

[cas-user] service vs TARGET CAS 6.3.4

2021-07-14 Thread 'Mallory, Erik' via CAS Community
Hello, We're working towards upgrading our CAS 6.1.8 to 6.3.4 and I discovered a problem with a few of our Banner applications that are configured to send TARGET=https://servicename.example.com/ I reconfigured one app to send service=https://servicename.example.com/ and that seems to have fixed it

Re: [cas-user] service vs TARGET CAS 6.3.4

2021-07-14 Thread Ray Bon
Erik, TARGET is used with SAML 1.1 protocol. https://apereo.github.io/cas/6.3.x/protocol/SAML-Protocol.html Ray On Wed, 2021-07-14 at 17:13 +, 'Mallory, Erik' via CAS Community wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious wi

[cas-user] logging cas validation responses?

2021-07-14 Thread Baron Fujimoto
Can CAS logging be configured to log validation responses as they would be sent to the client? E.g., something like this for /p3/serviceValidate: http://www.yale.edu/tp/cas";> username John Doe Mr. j...@example.org staff faculty

[cas-user] RE: service vs TARGET CAS 6.3.4

2021-07-14 Thread King, Robert
According to the protocol, TARGET is for the samlValidate endpoint. https://apereo.github.io/cas/6.3.x/protocol/CAS-Protocol-Specification.html#421-parameters > -Original Message- > From: 'Mallory, Erik' via CAS Community > Sent: Wednesday, July 14, 2021 2:43 PM > To: cas-user@apereo.org

Re: [cas-user] logging cas validation responses?

2021-07-14 Thread Ray Bon
Baron, You may be able to get some data from these loggers: Ray On Wed, 2021-07-14 at 08:02 -1000, Baron Fujimoto wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and s

[cas-user] CAS 6.3.4

2021-07-14 Thread 'Mallory, Erik' via CAS Community
All, Thanks to Ray Bon for reminding me that TARGET was SAML 1.1 related. I checked my build.gradle and sure enough I had the saml.core commented out. I rebuilt and redeployed now cas will not start and fails with ERROR [org.springframework.boot.web.embedded.tomcat.TomcatStarter] - http://javax.x

Re: [cas-user] CAS 6.3.4

2021-07-14 Thread Ray Bon
Erik, This may be the result of an old/conflicting library. See, https://github.com/hazelcast/hazelcast/issues/17839 If not done already, try running gradlew clean. Ray On Wed, 2021-07-14 at 19:28 +, 'Mallory, Erik' via CAS Community wrote: Notice: This message was sent from outside the Un

Re: [cas-user] logging cas validation responses?

2021-07-14 Thread Baron Fujimoto
Unfortunately, that doesn't seem to do it either. I was already able to get the set of attributes to be released logged, and org.apache.http only seems to be showing me a connection to Duo for a status check. But still no XML cas response itself. We're not using an included servlet container, but a

Re: [cas-user] CAS 6.3.4

2021-07-14 Thread erik . mallory
Ray, I did as you suggested and went a step further and removed the .gradle repository in my home directory. gradle pulled down everything fresh for 6.3.4. No change in behavior. Thanks, On Wed, 2021-07-14 at 20:00 +, Ray Bon wrote: > Erik, > > This may be the result of an old/conflicting lib